Commit bababf3cb74d4a75b1bce8d5d8d65ecd84826313

Authored by liquanyu
1 parent 125faa0b02
Exists in master and in 1 other branch dev

修改数据库ip

Showing 2 changed files with 3 additions and 3 deletions

talkonlineweb/src/main/resources/application-dev.yml View file @ bababf3
... ... @@ -4,7 +4,7 @@
4 4 datasource:
5 5 driver-class-name: com.p6spy.engine.spy.P6SpyDriver
6 6 #测试
7   - url: jdbc:p6spy:mysql://111.206.6.150:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
  7 + url: jdbc:p6spy:mysql://118.193.124.187:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
8 8 #正式
9 9 # url: jdbc:p6spy:mysql://111.206.6.155:3308/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
10 10 username: platform
... ... @@ -36,7 +36,7 @@
36 36 #微信支付通知地址
37 37 notify.url: https://dev-talk-api.healthbaby.com.cn/order/payNotify
38 38 #微信订单,终端ip
39   -weixin.createIP: 111.206.6.150
  39 +weixin.createIP: 118.193.124.187
40 40  
41 41 proxyIP:
42 42 proxyPort:
talkonlineweb/src/main/resources/application.yml View file @ bababf3
... ... @@ -11,7 +11,7 @@
11 11 resources:
12 12 add-mappings: false
13 13 profiles:
14   - active: dev
  14 + active: prod
15 15 logging:
16 16 config: classpath:logback-spring.xml
17 17