Lius
2025-06-28 3d4e5941c728ff1c13d05195299c9c2163060ea4
lxzn-module-system/lxzn-system-start/src/main/resources/application-prod.yml
@@ -7,7 +7,7 @@
    include-stacktrace: ALWAYS
    include-message: ALWAYS
  servlet:
    context-path:
    context-path: /jeecg-boot
  compression:
    enabled: true
    min-response-size: 1024
@@ -132,9 +132,9 @@
        connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
      datasource:
        master:
          url: jdbc:sqlserver://localhost:1433;databasename=LXZN_TEST_COMMON
          url: jdbc:sqlserver://DNC2\LXZN:1444;databasename=LXZN_TEST_COMMON;nullCatalogMeansCurrent=true
          username: sa
          password: 123
          password: sa123
          driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
  #redis 配置
  redis:
@@ -247,8 +247,8 @@
  production: false
  basic:
    enable: true
    username: jeecg
    password: jeecg1314
    username: lxzn
    password: lxzn1688
#第三方登录
justauth:
  enabled: true
@@ -297,8 +297,34 @@
      # appSecret
      client-secret: ??
      agent-id: ??
#staticAccessPath: /api/ffile/** # 当前项目的静态资源访问配置在nginx中
#文件上传目录(注意Linux和Windows上的目录结构不同)
fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage}
fileNCPath: ${NC_FOLDER:D://NC} # NC文件位置
ncSend:
  addOrDelete: false  #//是否删除seed 中的之前文件
#staticAccessPath: /api/ffile/** # 当前项目的静态资源访问配置在nginx中
#工控网/涉密网部署相关配置------------通过光盘摆渡
deploy:
  #工控网/涉密网部署 0为涉密网 1为工控网
  deployType: 0
  #涉密网传输工控网nc文件夹(指派设备nc文件)    工控网传输涉密网nc文件夹(解析回传后的nc文件)
  secretFolder: D:\\test\\a
file:
  monitor:
    # 三个监控目录配置
    paths:
      - D:\\hy_test\\ncFile #工控负责解析里面的文件;涉密网进行解析回传的操作
      - D:\\hy_test\\b
      - D:\\hy_test\\c
    interval: 10000  # 监控间隔(ms)
ferry:
  file:
    path: /data/ferry
    max-file-size: 10MB
security:
  encryption-key: 1234567890abcdef
#mdc文件路径配置
fileService:
  localFilePath: D:/data/sql/     #本地文件路径