| | |
| | | # 主库数据源 |
| | | master: |
| | | # 开发环境 |
| | | url: jdbc:mysql://haiershi.a1.luyouxia.net:23844/opo-qd?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://192.168.100.10:3306/opo-qd?allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 |
| | | username: smartor |
| | | password: Smartor.2023 |
| | | |
| | |
| | | multi-statement-allow: true |
| | | redis: |
| | | # 地址、密码、端口(默认为6379):开发环境 |
| | | host: 127.0.0.1 |
| | | host: 192.168.100.10 |
| | | password: Smartor |
| | | port: 6020 |
| | | |
| | |
| | | agentId: 1779052814 |
| | | dingAppid: dingn8iip5ubj7clrrsv |
| | | dingAppSecret: qlEK8D3oOVwGPOTiBQIBYTqQVlAfy9S_qQizEQFjJdSScwemWFryg4gbneu-NqWD |
| | | |
| | | # 钉钉API代理配置 |
| | | dingtalk: |
| | | proxy: |
| | | enabled: true # 是否启用代理 |
| | | url: http://127.0.0.1:8800/dingtalk-api # Nginx代理地址,需要替换为实际地址 |