Commit 78f3cb892f79463399a607ec8397358ed4da298c
1 parent
7579223479
Exists in
master
update
Showing 1 changed file with 2 additions and 2 deletions
talkonlineweb/src/main/resources/application-dev.yml
View file @
78f3cb8
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | spring: |
4 | 4 | datasource: |
5 | 5 | driver-class-name: com.p6spy.engine.spy.P6SpyDriver |
6 | -# url: jdbc:p6spy:mysql://111.206.6.150:3307/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 | |
6 | + url: jdbc:p6spy:mysql://111.206.6.150:3307/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/ |