Эх сурвалжийг харах

Changed jdbc to Oracle

- Temporary fix. Should be restored back to PostgreSQL once the liquibase script is segregated properly.
Chris Lim 8 жил өмнө
parent
commit
3c5a56e09d

+ 3 - 1
crss-data/crss-data-staging.yml

@@ -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:

+ 3 - 1
crss-data/crss-data-uat.yml

@@ -1,7 +1,9 @@
 spring:
   profiles: uat
   datasource:
-    url: jdbc:postgresql://192.168.235.6:5432/crss_data
+    # TODO: Should be replaced with psql after UAT
+    # jdbc:postgresql://192.168.235.6:5432/crss_data
+    url: jdbc:oracle:thin:@192.168.235.6:1521:ORCL
     username: crss_data
     password: crss_data
     hikari: