فهرست منبع

Revert "tmp ci"

This reverts commit 57c867d76be145f6295afb1991b2b6bcbfd23883.
Adrian Viesca 6 سال پیش
والد
کامیت
d130ee3c32

+ 3 - 3
crss-admin/crss-admin-dev.yml

@@ -1,8 +1,8 @@
 spring:
   datasource:
-    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=admin
-    username: crss_admin
-    password: crss_admin
+    url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+    username: postgres
+    password: postgres
   mail:
     host: 127.0.0.1
     port: 3025

+ 3 - 3
crss-metering/crss-metering-dev.yml

@@ -1,8 +1,8 @@
 spring:
   profiles.include: pg-query
   datasource:
-    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=metering
-    username: crss_metering
-    password: crss_metering
+    url: jdbc:postgresql://localhost:5432/crss?currentSchema=metering
+    username: postgres
+    password: postgres
 server:
   port: 8084

+ 9 - 9
crss-meterprocess-app/crss-meterprocess-app-dev.yml

@@ -1,21 +1,21 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=meterprocess
-      username: crss_meterprocess
-      password: crss_meterprocess
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=registration
-      username: crss_registration
-      password: crss_registration
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=nmms
-      username: crss_nmms
-      password: crss_nmms
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=nmms
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
 
 server:

+ 9 - 9
crss-reg/crss-reg-dev.yml

@@ -1,18 +1,18 @@
 spring:
   datasource:
-    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=registration
-    username: crss_registration
-    password: crss_registration
+    url: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
+    username: postgres
+    password: postgres
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=settlement
-      username: crss_settlement
-      password: crss_settlement
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
+      username: postgres
+      password: postgres
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=meterprocess
-      username: crss_meterprocess
-      password: crss_meterprocess
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
+      username: postgres
+      password: postgres
   crss-meterprocess:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess

+ 9 - 9
crss-settlement-app/crss-settlement-app-dev.yml

@@ -1,21 +1,21 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=settlement
-      username: crss_settlement
-      password: crss_settlement
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
   crss-worklist:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=worklist
-      username: crss_worklist
-      password: crss_worklist
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=worklist
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=meterprocess
-      username: crss_meterprocess
-      password: crss_meterprocess
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
 dataflow:
   url: http://localhost:9393

+ 3 - 3
crss-uaa/crss-uaa-dev.yml

@@ -1,8 +1,8 @@
 spring:
   datasource:
-    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=admin
-    username: crss_admin
-    password: crss_admin
+    url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
+    username: postgres
+    password: postgres
   profiles:
     include: embedded-ldap
   jpa: