- Temporary fix. Should be restored back to PostgreSQL once the liquibase script is segregated properly.
@@ -1,6 +1,8 @@
spring:
datasource:
- url: jdbc:postgresql://192.168.241.62:5432/crss_data
+ # TODO: Should be replaced with psql after UAT
+ # 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
hikari:
@@ -1,7 +1,9 @@
profiles: uat
- url: jdbc:postgresql://192.168.235.6:5432/crss_data
+ # jdbc:postgresql://192.168.235.6:5432/crss_data
+ url: jdbc:oracle:thin:@192.168.235.6:1521:ORCL