| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- zuihou:
- nginx:
- ip: 106.14.142.95 # 正式环境需要将该ip设置成nginx对应的 公网ip
- port: 10000
- redis:
- ip: 127.0.0.1
- port: 6379
- password:
- database: 0
- rabbitmq:
- enabled: true
- ip: 127.0.0.1
- port: 5672
- username: guest
- password: guest
- mysql:
- ip: 106.15.38.8
- port: 3306
- driverClassName: com.mysql.cj.jdbc.Driver
- database: zuihou_defaults_yj
- username: root
- password: adminoyq
- url: jdbc:mysql://${zuihou.mysql.ip}:${zuihou.mysql.port}/${zuihou.mysql.database}?serverTimezone=CTT&characterEncoding=utf8&useUnicode=true&useSSL=false&autoReconnect=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
- database:
- isNotWrite: false
- file:
- remoteInputDataPath: smb://SOFLEX-PCS:SOFLEX-PCS@192.168.0.2/SOFLEX_PCS_iGen_CASC1_INPUT/ERP_DATA/
- swagger:
- # 正式环境用nginx代理,为了保持和cloud版本一致的URL,特意调整
- docket:
- general:
- base-path: /api/oauth
- oauth:
- base-path: /api/oauth
- auth:
- base-path: /api/authority
- common:
- base-path: /api/authority
- core:
- base-path: /api/authority
- tenant:
- base-path: /api/authority
- sms:
- base-path: /api/msgs
- msgs:
- base-path: /api/msgs
- file:
- base-path: /api/file
|