Explorar el Código

Restored back to PostgreSQL.

Chris Lim hace 8 años
padre
commit
7baae93f7b
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      crss-data/crss-data-staging.yml
  2. 2 2
      crss-data/crss-data-uat.yml

+ 2 - 2
crss-data/crss-data-staging.yml

@@ -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 - 2
crss-data/crss-data-uat.yml

@@ -2,8 +2,8 @@ spring:
   profiles: uat
   datasource:
     # 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
+    url: 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: