| | |
| | | |
| | | # 个推 Unipush 配置 |
| | | getui: |
| | | appId: PfjyAAE0FK64FaO1w2CMb1 |
| | | appKey: zTMb831OEL6J4GK1uE3Ob4 |
| | | masterSecret: K1GFtsv42v61tXGnF7SGE5 |
| | | appId: JDyOmD3rv96Ly0YCdkvHJ2 |
| | | appKey: AczXfcclnBAa5vAFPuGrW9 |
| | | masterSecret: K3D0HspJlcAcaiEDzlAYB |
| | | domain: https://restapi.getui.cn/v2/ |
| | | # 离线推送使用的包名/组件名 |
| | | intentComponent: uni.app.UNI099A590/io.dcloud.PandoraEntry |
| | | intentComponent: uni.app.UNI2048032/io.dcloud.PandoraEntry |
| | | |
| | | # 开发环境配置 |
| | | server: |
| | | # 服务器的HTTP端口,默认为8080 |
| | | port: 7003 |
| | | port: 9029 |
| | | # port: 7003 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://172.17.0.1:9006/product-inventory-management-hbtmblc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-hbtmblc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: hbtm@123456.. |
| | | password: xd@123456.. |
| | | # password: hbtm@123456.. |
| | | # 从库数据源 |
| | | slave: |
| | | # 从数据源开关/默认关闭 |