123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- zuihou:
- nginx:
- ip: 127.0.0.1 # 正式环境需要将该ip设置成nginx对应的 公网ip
- port: 10000
- redis:
- ip: 127.0.0.1
- port: 6379
- password: 123456
- database: 0
- rabbitmq:
- enabled: true
- #ip: 106.15.38.8
- ip: 127.0.0.1
- port: 5672
- #username: admin
- username: guest
- #password: adminoyq
- password: guest
- mysql:
- #ip: 106.15.38.8
- ip: 127.0.0.1
- port: 3306
- driverClassName: com.mysql.cj.jdbc.Driver
- database: zuihou_defaults_yj
- username: root
- password: 123456
- 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
- smb:
- userName: Administrator
- password: Aa1
- fileIp: 192.168.11.240
- filePath: smb://192.168.11.240/report/
- file:
- remoteInputDataPath: smb://SOFLEX-PCS:SOFLEX-PCS@192.168.0.2/SOFLEX_PCS_iGen_CASC1_INPUT/ERP_DATA/
- machineCuttingTools:
- synUrl: https://www.baidu.com
- 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
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- cutter-shared: # 机外对刀仪数据采集
- #file-path: Z:\Program Files (x86)\Parlec\P7
- file-path: Z:\
- file-ip: 192.168.0.116
- # imcs与css交互接口
- imcs-to-ccs:
- enabled: false
- # 三坐标检测结果位置
- three-dimensiona:
- file-path: Y:\three-dimensional
|