Adrian Viesca 7 yıl önce
ebeveyn
işleme
57c867d76b

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

@@ -1,8 +1,8 @@
 spring:
   datasource:
-    url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
-    username: postgres
-    password: postgres
+    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=admin
+    username: crss_admin
+    password: crss_admin
   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://localhost:5432/crss?currentSchema=metering
-    username: postgres
-    password: postgres
+    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=metering
+    username: crss_metering
+    password: crss_metering
 server:
   port: 8084

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

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

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

@@ -1,18 +1,18 @@
 spring:
   datasource:
-    url: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
-    username: postgres
-    password: postgres
+    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=registration
+    username: crss_registration
+    password: crss_registration
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
-      username: postgres
-      password: postgres
+      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
-      username: postgres
-      password: postgres
+      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
   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://localhost:5432/crss?currentSchema=settlement
-      username: postgres
-      password: postgres
+      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
   crss-worklist:
     datasource:
-      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=worklist
-      username: postgres
-      password: postgres
+      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=worklist
+      username: crss_worklist
+      password: crss_worklist
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
-      username: postgres
-      password: postgres
+      jdbcUrl: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       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://localhost:5432/crss?currentSchema=admin
-    username: postgres
-    password: postgres
+    url: jdbc:postgresql://192.168.241.177:5432/crss?currentSchema=admin
+    username: crss_admin
+    password: crss_admin
   profiles:
     include: embedded-ldap
   jpa: