|
|
@@ -2,6 +2,7 @@ spring:
|
|
|
datasource:
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
|
|
|
+ jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
|
|
|
username: crss_dataextraction
|
|
|
password: crss_dataextraction
|
|
|
crss:
|
|
|
@@ -9,12 +10,14 @@ crss:
|
|
|
datasource:
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
|
|
|
+ jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
|
|
|
username: crss_dataextraction
|
|
|
password: crss_dataextraction
|
|
|
datawarehouse:
|
|
|
datasource:
|
|
|
platform: postgresql
|
|
|
url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=datawarehouse
|
|
|
+ jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=datawarehouse
|
|
|
username: crss_datawarehouse
|
|
|
password: crss_datawarehouse
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -26,6 +29,7 @@ crss:
|
|
|
datasource:
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
|
|
|
+ jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
|
|
|
username: crss_registration
|
|
|
password: crss_registration
|
|
|
hikari:
|