|
|
@@ -1,8 +1,8 @@
|
|
|
spring:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://localhost:5432/crss_data
|
|
|
- username: crss_data
|
|
|
- password: crss_data
|
|
|
+ url: jdbc:postgresql://localhost:5432/crss?currentSchema=dataextraction
|
|
|
+ username: crss_dataextraction
|
|
|
+ password: CrssDataExtraction
|
|
|
hikari:
|
|
|
connectionTimeout: 10000
|
|
|
maximumPoolSize: 5
|
|
|
@@ -20,9 +20,9 @@ crss:
|
|
|
# TODO: renaming of datasource name must also update the binding in data-extraction service and kettle files
|
|
|
metadata:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://localhost:5432/crss_data
|
|
|
- username: crss_data
|
|
|
- password: crss_data
|
|
|
+ url: jdbc:postgresql://localhost:5432/crss?currentSchema=dataextraction
|
|
|
+ username: crss_dataextraction
|
|
|
+ password: CrssDataExtraction
|
|
|
hikari:
|
|
|
connectionTimeout: 10000
|
|
|
maximumPoolSize: 5
|
|
|
@@ -42,9 +42,9 @@ crss:
|
|
|
minimumIdle: 2
|
|
|
registration:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://localhost:5432/crss_reg
|
|
|
- username: crss_reg
|
|
|
- password: crss_reg
|
|
|
+ url: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
|
|
|
+ username: crss_registration
|
|
|
+ password: CrssRegistration
|
|
|
hikari:
|
|
|
connectionTimeout: 10000
|
|
|
maximumPoolSize: 5
|