Commit 66232919d69cfacf81c33a4afad8152bb2474c7f
1 parent
3b9744ee57
Exists in
master
替换为公司环信账号
Showing 1 changed file with 7 additions and 5 deletions
talkonlineweb/src/main/resources/application.yml
View file @
6623291
... | ... | @@ -6,7 +6,9 @@ |
6 | 6 | name: talkonlineweb |
7 | 7 | datasource: |
8 | 8 | driver-class-name: com.mysql.jdbc.Driver |
9 | +# driver-class-name: com.p6spy.engine.spy.P6SpyDriver | |
9 | 10 | url: jdbc:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
11 | +# url: jdbc:p6spy:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
10 | 12 | username: platform |
11 | 13 | password: platform123 |
12 | 14 | jackson: |
... | ... | @@ -25,11 +27,11 @@ |
25 | 27 | imgUrlPre: https://dev-talk.healthbaby.com.cn/upload/ |
26 | 28 | |
27 | 29 | #环信配置 |
28 | -hx.APPKEY: 1135210903239178#demo | |
29 | -hx.ClientID: YXA65kqQUy4pQaqHb3pwXwfnrA | |
30 | -hx.ClientSecret: YXA6RZaIr68MPPLcvqUnYxpqEkAEj6w | |
31 | -hx.org_name: 1135210903239178 | |
32 | -hx.app_name: demo | |
30 | +hx.APPKEY: 1123170414115195#talkonline | |
31 | +hx.ClientID: YXA63Zp2DnLaTuyE0px-g4_8Cw | |
32 | +hx.ClientSecret: YXA6Ml0jgv7w9PaN0WmTc8irMWX4dNg | |
33 | +hx.org_name: 1123170414115195 | |
34 | +hx.app_name: talkonline | |
33 | 35 | hx.hxuser: test |
34 | 36 | hx.hxpasswd: passwd |
35 | 37 |