| | |
| | | # 数据源配置 |
| | | spring: |
| | | rabbitmq: |
| | | host: 116.62.18.175 |
| | | password: guest |
| | | port: 5672 |
| | | username: guest |
| | | virtual-host: / |
| | | # 开启消息发送确认 |
| | | publisher-confirms: true |
| | | publisher-returns: true |
| | | listener: |
| | | simple: |
| | | acknowledge-mode: manual |
| | | |
| | | datasource: |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | # driverClassName: com.mysql.cj.jdbc.Driver |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | # 义乌二院 |
| | | # url: jdbc:mysql://127.0.0.1:3306/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | # username: root |
| | | # password: 123456 |
| | | |
| | | # 公司 |
| | | url: jdbc:mysql://116.62.18.175:6002/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: hxsoft |
| | | password: Hxerp2000 |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | # 从库数据源 |
| | | slave: |
| | | # 从数据源开关/默认关闭 |
| | | # 从数据源开关/默认关闭(公司) |
| | | enabled: true |
| | | url: jdbc:sqlserver://116.62.18.175:6001;DatabaseName=iv-ywey;encrypt=false;SelectMethod=cursor |
| | | username: sa |
| | | password: Hxerp2000 |
| | | driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | |
| | | # 从数据源开关/默认关闭(义乌二院) |
| | | # enabled: true |
| | | # url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=IntelligentVoice;encrypt=false;SelectMethod=cursor |
| | | # username: sa |
| | | # password: sfxt#2023 |
| | | # driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | # 初始连接数 |
| | | initialSize: 5 |
| | | # 最小连接池数量 |
| | |
| | | |
| | | accessKeyId: LTAI4G5zjJRkun2eRdzU8GhR |
| | | accessKeySecret: 6EIRr9uZeRobvHBRqskyGwjTLKpHYv |
| | | signName: 杭州利湖科技 |
| | | signName: 杭州利湖科技 |
| | | |
| | | #智能呼叫 |
| | | phoneIP: http://124.220.50.51:8001 |