build: 更新数据库和消息队列连接信息
- 修改生产环境和开发环境的数据库 URL
- 更新 Redis 连接信息,包括主机、密码和数据库索引
- 更改 RabbitMQ 连接信息,包括主机、用户名和密码- 调整 FEBS 日志级别从 debug 改为 info
| | |
| | | username: db_e2 |
| | | password: db_e20806123!@# |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://47.250.124.232:3306/db_e2?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 |
| | | url: jdbc:mysql://8.210.56.119:3306/db_e2?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 |
| | | |
| | | redis: |
| | | # Redis数据库索引(默认为 0) |
| | | database: 1 |
| | | database: 15 |
| | | # Redis服务器地址 |
| | | host: 47.250.124.232 |
| | | host: 8.210.56.119 |
| | | # Redis服务器连接端口 |
| | | port: 6379 |
| | | # Redis 密码 |
| | | password: lianghua1!qaz2@WSX |
| | | password: 1234!@#$!QAZ |
| | | lettuce: |
| | | pool: |
| | | # 连接池中的最小空闲连接 |
| | |
| | | # 连接超时时间(毫秒) |
| | | timeout: 5000 |
| | | rabbitmq: |
| | | host: 47.250.124.232 |
| | | host: 8.210.56.119 |
| | | port: 5672 |
| | | username: e20210816 |
| | | password: e20210816 |
| | | username: xc_rabbit |
| | | password: xuncong123 |
| | | publisher-confirm-type: correlated |
| | | |
| | | pay: |
| | |
| | | core: |
| | | metadata: |
| | | TableInfoHelper: error |
| | | cc.mrbird.febs: debug |
| | | cc.mrbird.febs: info |