Commit d91dbb66f359726c44ea7df6730fcd3f759ebd04
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 3 changed files
regional-etl/src/main/resources/application-dz.yml
View file @
d91dbb6
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 @
d91dbb6
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 |