| | |
| | | # WEB服务器配置 |
| | | server: |
| | | port: 10012 |
| | | |
| | | spring: |
| | | # 数据源配置 |
| | | datasource: |
| | |
| | | enabled: true |
| | | # 禁用swagger时的重定向地址 |
| | | redirect-uri: / |
| | | |
| | | |
| | | ########################微信支付相关配置######################## |
| | | wx: |
| | | pay: |
| | | appId: wxcd2b89fd2ff065f8 |
| | | appSecret: 1ceb7c9dff3c4330d653adc3ca55ea24 |
| | | mchId: 1229817002 |
| | | mchKey: u4TSNtv0wFP7WRfnxBgijYOtRhS9FvlM |
| | | # notifyUrl: http://xiaopiqiu.natapp1.cc/api/wxPayNotify |
| | | notifyUrl: https://dmtest.ahapp.net/bike_h5_api/api/wxPayNotify |
| | | # keyPath: D:\DouMee\config\doumeeTest\apiclient_cert.p12 |
| | | keyPath: /usr/local/apiclient_cert.p12 |
| | | ########################mqtt相关配置######################## |
| | | mqtt: |
| | | host: tcp://175.27.187.84:1883 |
| | | username: doumee1 |
| | | password: doumee@168 |
| | | |
| | | tencent: |
| | | map: |
| | | remoteHost: https://apis.map.qq.com |
| | | appKey: 3AYBZ-I5R3V-2BVP3-UWBDQ-ETBM5-B2BBQ |