@@ -1,8 +1,8 @@
spring:
datasource:
# 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
+ 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
hikari:
@@ -2,8 +2,8 @@ spring:
profiles: uat
- # jdbc:postgresql://192.168.235.6:5432/crss_data
- url: jdbc:oracle:thin:@192.168.235.6:1521:ORCL
+ url: jdbc:postgresql://192.168.235.6:5432/crss_data
+# url: jdbc:oracle:thin:@192.168.235.6:1521:ORCL