|
|
@@ -1,16 +1,16 @@
|
|
|
spring:
|
|
|
datasource:
|
|
|
# TODO: Should be replaced with psql after UAT
|
|
|
- url: jdbc:postgresql://10.64.0.4:5432/crss_data
|
|
|
+ url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataextraction
|
|
|
# url: jdbc:oracle:thin:@10.64.0.4:1521:ORCL
|
|
|
- username: crss_data
|
|
|
- password: crss_data
|
|
|
+ username: crss_dataextraction
|
|
|
+ password: crss_dataextraction
|
|
|
crss:
|
|
|
metadata:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://10.64.0.4:5432/crss_data
|
|
|
- username: crss_data
|
|
|
- password: crss_data
|
|
|
+ url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataextraction
|
|
|
+ username: crss_dataextraction
|
|
|
+ password: crss_dataextraction
|
|
|
datawarehouse:
|
|
|
datasource:
|
|
|
platform: postgresql
|
|
|
@@ -19,6 +19,6 @@ crss:
|
|
|
password: crss_dw
|
|
|
registration:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://10.64.0.4:5432/crss_reg
|
|
|
- username: crss_reg
|
|
|
- password: crss_reg
|
|
|
+ url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
|
|
|
+ username: crss_registration
|
|
|
+ password: crss_registration
|