Commit 8df03160dfd03a2084e64479d95062802323cfa5
1 parent
3930780905
Exists in
master
and in
1 other branch
更新配置文件
Showing 3 changed files with 6 additions and 18 deletions
talkonlineweb/src/main/resources/application-dev.yml
View file @
8df0316
... | ... | @@ -3,7 +3,6 @@ |
3 | 3 | spring: |
4 | 4 | datasource: |
5 | 5 | driver-class-name: com.p6spy.engine.spy.P6SpyDriver |
6 | -# url: jdbc:p6spy:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC | |
7 | 6 | url: jdbc:p6spy:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
8 | 7 | username: platform |
9 | 8 | password: platform123 |
talkonlineweb/src/main/resources/application-prod.yml
View file @
8df0316
1 | 1 | spring: |
2 | 2 | datasource: |
3 | -# driver-class-name: com.mysql.jdbc.Driver | |
4 | - url: jdbc:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
3 | + driver-class-name: com.mysql.jdbc.Driver | |
4 | + url: jdbc:mysql://192.168.1.46:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
5 | 5 | username: platform |
6 | - password: platform123 | |
6 | + password: Platform123 | |
7 | 7 | |
8 | 8 | excludePath: login,test1,test2 |
9 | 9 | uploadPath: /data/talkonline/upload/ |
10 | -imgUrlPre: https://dev-talk.healthbaby.com.cn/upload/ | |
10 | +imgUrlPre: https://talk.healthbaby.com.cn/upload/ | |
11 | 11 | |
12 | 12 | #环信配置 |
13 | 13 | hx.APPKEY: 1123170414115195#talkonline |
... | ... | @@ -19,5 +19,5 @@ |
19 | 19 | hx.hxpasswd: passwd |
20 | 20 | |
21 | 21 | #微信支付通知地址 |
22 | -notify.url: https://dev-talk-api.healthbaby.com.cn/order/payNotify | |
22 | +notify.url: https://talk-api.healthbaby.com.cn/order/payNotify |
talkonlineweb/src/main/resources/application.yml
View file @
8df0316
... | ... | @@ -11,20 +11,9 @@ |
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 | |
18 | 18 | excludePath: login,test1,test2 |
19 | -uploadPath: /data/talkonline/upload/ | |
20 | -imgUrlPre: https://dev-talk.healthbaby.com.cn/upload/ | |
21 | - | |
22 | -#环信配置 | |
23 | -hx.APPKEY: 1135210903239178#demo | |
24 | -hx.ClientID: YXA65kqQUy4pQaqHb3pwXwfnrA | |
25 | -hx.ClientSecret: YXA6RZaIr68MPPLcvqUnYxpqEkAEj6w | |
26 | -hx.org_name: 1135210903239178 | |
27 | -hx.app_name: demo | |
28 | -hx.hxuser: test | |
29 | -hx.hxpasswd: passwd |