| | |
| | | ########################## 上海嘉定 -C盘 pro ########################## |
| | | ########################## 广东海丰县 C-盘 pro ########################## |
| | | server: |
| | | port: 8090 |
| | | jetty: |
| | |
| | | datasource: |
| | | #主数据源 |
| | | primary: |
| | | url: jdbc:mysql://192.168.200.3:3306/igds_api?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_api?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | username: root |
| | | password: Abc123.. |
| | | #次数据源 |
| | | secondary: |
| | | url: jdbc:mysql://192.168.200.3:3306/igds_master?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| | | url: jdbc:mysql://127.0.0.1:3306/igds_master?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| | | driver-class-name: com.mysql.jdbc.Driver |
| | | username: root |
| | | password: Abc123.. |
| | |
| | | # Redis相关配置 |
| | | redis: |
| | | database: 1 |
| | | host: 192.168.200.3 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: Abc123.. |
| | | # 连接池最大连接数(使用负值表示没有限制) |
| | |
| | | timeout: 6000 |
| | | igds: |
| | | default: |
| | | companyId: 5303 |
| | | companyId: 5362 |
| | | file-path: C:/IGDS-API/FILE/ |
| | | img-path: C:/IGDS/FILE/ |
| | | # 省平台RSA密钥对信息 |