| | |
| | | primary: master |
| | | datasource: |
| | | master: |
| | | url: jdbc:mysql://172.16.8.100:3306/iailab_fast_tenant_ansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 |
| | | url: jdbc:mysql://127.0.0.1:3306/iailab_fast_tenant_ansteel?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 |
| | | username: root |
| | | password: 123456 |
| | | slave: # 模拟从库,可根据自己需要修改 |
| | |
| | | access-log: # 访问日志的配置项 |
| | | enable: false |
| | | token: |
| | | base-url: http://127.0.0.1:48080/admin-api/system |
| | | tenant-id: 176 |
| | | client-id: ansteel |
| | | client-secret: ansteel111111111111111 |
| | | base-url: http://127.0.0.1:48080/admin-api #平台接口url,使用时需修改成真实的ip和端口 |
| | | tenant-id: 176 #租户id |
| | | client-id: ansteel #租户OAuth2客户端id |
| | | client-secret: q3vY7K9PmFjW1xLbN6rTtZz2cV4B5sD0 #租户OAuth2客户端密钥 |
| | | username: ansteel |
| | | password: 123456 |
| | | |