| | |
| | | custom: |
| | | rabbitmq: |
| | | # 集群地址,用逗号分隔 |
| | | host: 61.143.42.70 |
| | | port: 7008 |
| | | virtual-host: GF_HOST_TEST |
| | | username: user_test |
| | | password: testuser_& |
| | | host: 172.16.24.14 |
| | | port: 5672 |
| | | virtual-host: GF_HOST |
| | | username: admin |
| | | password: |
| | | serialNumber: |
| | | cache: |
| | | enabled: true |
| | |
| | | #数据库 相关配置 |
| | | datasource: |
| | | master: #主数据库 |
| | | ip: 61.143.42.70 # IP |
| | | port: 7006 #端口 |
| | | ip: 172.16.24.11 # IP |
| | | port: 3306 #端口 |
| | | database: hc_cwxt #数据库名 |
| | | username: #用户名 |
| | | username: root #用户名 |
| | | password: #密码 |
| | | slave: #从数据库 |
| | | enabled: false #是否开启从数据库 关闭时以下信息可以不用配置 |
| | |
| | | log-slow-sql: true # 慢SQL记录 |
| | | #redis 相关配置 |
| | | redis: |
| | | host: localhost #访问地址 |
| | | host: 172.16.24.13 #访问地址 |
| | | port: 6379 #端口 |
| | | password: #密码 |
| | | timeout: 10s #超时时间 |
| | |
| | | clerk: "钟文洋" |
| | | salerAddress: "珠海市香洲区南屏镇通港一路120号" |
| | | invoicingAddress: "http://localhost:6012/api/third/jyjy/common/invoicing" |
| | | returnAddress: "http://172.16.24.19:6720/api/third/invoice" |
| | | returnAddress: "http://172.16.24.19:6014/api/third/invoice" |
| | | tms: |
| | | url: "http://61.143.42.70:7000/tms-api/" |