|
|
@@ -1,10 +1,8 @@
|
|
|
spring:
|
|
|
datasource:
|
|
|
- # TODO: Should be replaced with psql after UAT
|
|
|
- url: jdbc:postgresql://192.168.241.62:5432/crss_data
|
|
|
-# url: jdbc:oracle:thin:@192.168.241.62:1521:ORCL
|
|
|
- username: crss_data
|
|
|
- password: crss_data
|
|
|
+ url: jdbc:edb://192.168.241.185:5433/crss?currentSchema=dataextraction
|
|
|
+ username: crss_dataextraction
|
|
|
+ password: CrssDataExtraction
|
|
|
hikari:
|
|
|
connectionTimeout: 10000
|
|
|
maximumPoolSize: 5
|
|
|
@@ -13,12 +11,11 @@ spring:
|
|
|
maxLifetime: 600000 # 10 min
|
|
|
|
|
|
crss:
|
|
|
- # TODO: renaming of datasource name must also update the binding in data-extraction service and kettle files
|
|
|
metadata:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://192.168.241.62:5432/crss_data
|
|
|
- username: crss_data
|
|
|
- password: crss_data
|
|
|
+ url: jdbc:edb://192.168.241.185:5433/crss?currentSchema=dataextraction
|
|
|
+ username: crss_dataextraction
|
|
|
+ password: CrssDataExtraction
|
|
|
hikari:
|
|
|
connectionTimeout: 10000
|
|
|
maximumPoolSize: 5
|
|
|
@@ -38,9 +35,9 @@ crss:
|
|
|
minimumIdle: 2
|
|
|
registration:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://192.168.241.62:5432/crss_reg
|
|
|
- username: crss_reg
|
|
|
- password: crss_reg
|
|
|
+ url: jdbc:edb://192.168.241.185:5433/crss?currentSchema=registration
|
|
|
+ username: crss_registration
|
|
|
+ password: CrssRegistration
|
|
|
hikari:
|
|
|
connectionTimeout: 10000
|
|
|
maximumPoolSize: 5
|