|
|
@@ -3,8 +3,8 @@ spring:
|
|
|
profiles: dailyExtract
|
|
|
datasource:
|
|
|
driver-class-name: org.postgresql.Driver
|
|
|
- password: crss_metering2
|
|
|
- username: crss_metering2
|
|
|
+ password: crss_metering
|
|
|
+ username: crss_metering
|
|
|
url: jdbc:postgresql://192.168.233.9:5432/crss_metering2
|
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
|
@@ -33,8 +33,8 @@ spring:
|
|
|
profiles: monthlyExtract
|
|
|
datasource:
|
|
|
driver-class-name: org.postgresql.Driver
|
|
|
- password: crss_metering2
|
|
|
- username: crss_metering2
|
|
|
+ password: crss_metering
|
|
|
+ username: crss_metering
|
|
|
url: jdbc:postgresql://192.168.233.9:5432/crss_metering2
|
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|
|
|
@@ -62,8 +62,8 @@ logging:
|
|
|
spring:
|
|
|
datasource:
|
|
|
driver-class-name: org.postgresql.Driver
|
|
|
- password: crss_metering2
|
|
|
- username: crss_metering2
|
|
|
+ password: crss_metering
|
|
|
+ username: crss_metering
|
|
|
url: jdbc:postgresql://192.168.233.9:5432/crss_metering2
|
|
|
maxPoolSize: 5
|
|
|
test-on-borrow: true
|