Commit ef89f49ce09a16fd0c893cb22817ba6013056a3e
1 parent
b1832de2ea
Exists in
master
and in
6 other branches
增加秦皇岛 德州配置文件
Showing 3 changed files with 29 additions and 1 deletions
regional-etl/src/main/resources/application-dz.yml
View file @
ef89f49
| 1 | +spring: | |
| 2 | + datasource: | |
| 3 | + url: jdbc:mysql://192.168.200.119:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 4 | + username: platform | |
| 5 | + password: platform123 | |
| 6 | + driver-class-name: com.mysql.jdbc.Driver | |
| 7 | + | |
| 8 | + data: | |
| 9 | + mongodb: | |
| 10 | + host: 192.168.200.119 | |
| 11 | + port: 27017 | |
| 12 | + database: platform | |
| 13 | + username: platform | |
| 14 | + password: platform123 |
regional-etl/src/main/resources/application-qhd.yml
View file @
ef89f49
| 1 | +spring: | |
| 2 | + datasource: | |
| 3 | + url: jdbc:mysql://localhost:3306/platform_dev?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 | |
| 4 | + username: root | |
| 5 | + password: | |
| 6 | + driver-class-name: com.mysql.jdbc.Driver | |
| 7 | + | |
| 8 | + data: | |
| 9 | + mongodb: | |
| 10 | + host: localhost | |
| 11 | + port: 27017 | |
| 12 | + database: platform | |
| 13 | + username: platform | |
| 14 | + password: platform123 |