Commit a050aeb59f813058373221d6bd0333643128faaf
1 parent
247292f888
Exists in
master
IP修改
Showing 2 changed files with 3 additions and 3 deletions
talkonlineweb/src/main/resources/application-dev.yml
View file @
a050aeb
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | datasource: |
5 | 5 | driver-class-name: com.p6spy.engine.spy.P6SpyDriver |
6 | 6 | url: jdbc:p6spy:mysql://111.206.6.150:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
7 | -# url: jdbc:p6spy:mysql://119.90.43.68:3308/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
7 | +# url: jdbc:p6spy:mysql://111.206.6.155:3308/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
8 | 8 | username: platform |
9 | 9 | password: Platform@123 |
10 | 10 | uploadPath: /data/talkonline/upload/ |
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | #微信支付通知地址 |
35 | 35 | notify.url: https://dev-talk-api.healthbaby.com.cn/order/payNotify |
36 | 36 | #微信订单,终端ip |
37 | -weixin.createIP: 119.90.57.26 | |
37 | +weixin.createIP: 111.206.6.150 | |
38 | 38 | |
39 | 39 | proxyIP: |
40 | 40 | proxyPort: |
talkonlineweb/src/main/resources/application-prod.yml
View file @
a050aeb