Revert "Update application-test.yml"
This reverts commit 2beebcf6.
Showing
1 changed file
with
6 additions
and
6 deletions
1 | spring: | 1 | spring: |
2 | datasource: | 2 | datasource: |
3 | primary: | 3 | primary: |
4 | - url: jdbc:mysql://write.cms.yohoops.org:3306/yh_grass?useUnicode=true&characterEncoding=UTF-8 | ||
5 | - username: yh_vpc_bak | ||
6 | - password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | 4 | + url: jdbc:mysql://192.168.102.219:3306/yh_grass?useUnicode=true&characterEncoding=UTF-8 |
5 | + username: yh_test | ||
6 | + password: 9nm0icOwt6bMHjMusIfMLw== | ||
7 | driver-class-name: com.mysql.jdbc.Driver | 7 | driver-class-name: com.mysql.jdbc.Driver |
8 | 8 | ||
9 | secondary: | 9 | secondary: |
10 | - url: jdbc:mysql://write.cms.yohoops.org:3306/yh_pcms?useUnicode=true&characterEncoding=UTF-8 | ||
11 | - username: yh_vpc_bak | ||
12 | - password: +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA= | 10 | + url: jdbc:mysql://192.168.102.219:3306/yh_pcms?useUnicode=true&characterEncoding=UTF-8 |
11 | + username: yh_test | ||
12 | + password: 9nm0icOwt6bMHjMusIfMLw== | ||
13 | driver-class-name: com.mysql.jdbc.Driver | 13 | driver-class-name: com.mysql.jdbc.Driver |
-
Please register or login to post a comment