Browse Source

[data-extract dev2] hardcode jdbcurl

dmendoza 7 years ago
parent
commit
621bfd7e3b
1 changed files with 8 additions and 8 deletions
  1. 8 8
      crss-data/crss-data-dev2.yml

+ 8 - 8
crss-data/crss-data-dev2.yml

@@ -1,8 +1,8 @@
 spring:
   datasource:
     driverClassName: org.postgresql.Driver
-    url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
-    jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
+    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=dataextraction
+    jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=dataextraction
     username: crss_dataextraction
     password: crss_dataextraction
     test-on-borrow: true
@@ -17,15 +17,15 @@ crss:
   metadata:
     datasource:
       driverClassName: org.postgresql.Driver
-      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
-      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
+      url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=dataextraction
+      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=dataextraction
       username: crss_dataextraction
       password: crss_dataextraction
   datawarehouse:
     datasource:
       platform: postgresql
-      url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=datawarehouse
-      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=datawarehouse
+      url: jdbc:postgresql://192.168.241.177:5432/crss_external?currentSchema=datawarehouse
+      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss_external?currentSchema=datawarehouse
       username: crss_datawarehouse
       password: crss_datawarehouse
       driverClassName: org.postgresql.Driver
@@ -36,8 +36,8 @@ crss:
   registration:
      datasource:
        driverClassName: org.postgresql.Driver
-       url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
-       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
+       url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=registration
+       jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=registration
        username: crss_registration
        password: crss_registration
        hikari: