Browse Source

updated db configurations for dev environment

Jejomar Dimayuga 8 years ago
parent
commit
51b787a2fb
25 changed files with 87 additions and 150 deletions
  1. 1 1
      crss-admin/crss-admin-pemc-dev.yml
  2. 1 1
      crss-audit/crss-audit-pemc-dev.yml
  3. 3 3
      crss-data/crss-data-pemc-dev.yml
  4. 1 1
      crss-dataflow-app/crss-dataflow-app-pemc-dev.yml
  5. 1 1
      crss-datainterface-app/crss-datainterface-app-pemc-dev.yml
  6. 4 10
      crss-datainterface-task-ingest/crss-datainterface-task-ingest-pemc-dev.yml
  7. 1 1
      crss-metering/crss-metering-pemc-dev.yml
  8. 3 3
      crss-meterprocess-app/crss-meterprocess-app-pemc-dev.yml
  9. 3 3
      crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-pemc-dev.yml
  10. 2 2
      crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-pemc-dev.yml
  11. 3 3
      crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-pemc-dev.yml
  12. 3 3
      crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-pemc-dev.yml
  13. 4 4
      crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-dev.yml
  14. 3 3
      crss-mq-computation/crss-mq-computation-pemc-dev.yml
  15. 3 3
      crss-mtr/crss-mtr-pemc-dev.yml
  16. 7 7
      crss-reg/crss-reg-pemc-dev.yml
  17. 1 1
      crss-sched/crss-sched-pemc-dev.yml
  18. 8 2
      crss-settlement-app/crss-settlement-app-pemc-dev.yml
  19. 5 5
      crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-pemc-dev.yml
  20. 5 5
      crss-settlement-task-calculation/crss-settlement-task-calculation-pemc-dev.yml
  21. 3 3
      crss-settlement-task-file-gen-addtlcomp/crss-settlement-task-file-gen-addtlcomp-pemc-dev.yml
  22. 3 3
      crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-pemc-dev.yml
  23. 0 75
      crss-settlement-task-validation/application-pemc-uat-sit.yml
  24. 6 6
      crss-settlement-task-validation/crss-settlement-task-validation-pemc-dev.yml
  25. 13 1
      crss-worklist-app/crss-worklist-app-dev2.yml

+ 1 - 1
crss-admin/crss-admin-pemc-dev.yml

@@ -2,7 +2,7 @@ spring:
   datasource:
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=admin
     username: crss_admin
-    password: crss_admin
+    password: YReYA7fI
   mail:
     host: mailserver.marathon.l4lb.thisdcos.directory
     port: 3025

+ 1 - 1
crss-audit/crss-audit-pemc-dev.yml

@@ -4,4 +4,4 @@ spring:
       driverClassName: ${spring.datasource.driverClassName}
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=audit
       username: crss_audit
-      password: crss_audit
+      password: S0CuFyj6

+ 3 - 3
crss-data/crss-data-pemc-dev.yml

@@ -3,14 +3,14 @@ spring:
     driverClassName: org.postgresql.Driver
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataextraction
     username: crss_dataextraction
-    password: crss_dataextraction
+    password: xgZx2FqM
 crss:
   metadata:
     datasource:
       driverClassName: org.postgresql.Driver
       url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataextraction
       username: crss_dataextraction
-      password: crss_dataextraction
+      password: xgZx2FqM
   datawarehouse:
     datasource:
       platform: postgresql
@@ -27,7 +27,7 @@ crss:
        driverClassName: org.postgresql.Driver
        url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
        username: crss_registration
-       password: crss_registration
+       password: 51UF3JA9
        hikari:
          connectionTimeout: 10000
          maximumPoolSize: 5

+ 1 - 1
crss-dataflow-app/crss-dataflow-app-pemc-dev.yml

@@ -3,7 +3,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       test-on-borrow: true

+ 1 - 1
crss-datainterface-app/crss-datainterface-app-pemc-dev.yml

@@ -4,7 +4,7 @@ spring:
       driverClassName: "${spring.datasource.driverClassName}"
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=nmms
       username: crss_nmms
-      password: crss_nmms
+      password: lbgg1i2Y
 
 dataflow:
   url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393

+ 4 - 10
crss-datainterface-task-ingest/crss-datainterface-task-ingest-pemc-dev.yml

@@ -4,30 +4,24 @@ spring:
       driverClassName: oracle.jdbc.OracleDriver
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss_external?currentSchema=emdb
       username: crss_emdb
-      password: crss_emdb
+      password: spaHg893
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       driverClassName: org.postgresql.Driver
   crss-nmms:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=nmms
       username: crss_nmms
-      password: crss_nmms
+      password: lbgg1i2Y
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
-      driverClassName: org.postgresql.Driver
-  crss-settlements:
-    datasource:
-      jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=settlement
-      username: crss_settlement
-      password: crss_settlement
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver
 
 sftp:

+ 1 - 1
crss-metering/crss-metering-pemc-dev.yml

@@ -3,7 +3,7 @@ spring:
   datasource:
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
     username: crss_metering
-    password: crss_metering
+    password: Fh7UcXpW
     hikari:
       connectionTimeout: 10000
       maximumPoolSize: 20

+ 3 - 3
crss-meterprocess-app/crss-meterprocess-app-pemc-dev.yml

@@ -4,19 +4,19 @@ spring:
       driverClassName: ${spring.datasource.driverClassName}
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
   crss-registration:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
+      password: 51UF3JA9
   crss-nmms:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=nmms
       username: crss_nmms
-      password: crss_nmms
+      password: lbgg1i2Y
 
   jpa:
     generate-ddl: true

+ 3 - 3
crss-meterprocess-stream-daily-sink/crss-meterprocess-stream-daily-sink-pemc-dev.yml

@@ -3,17 +3,17 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
       username: crss_metering
-      password: crss_metering
+      password: Fh7UcXpW
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver

+ 2 - 2
crss-meterprocess-stream-mapper/crss-meterprocess-stream-mapper-pemc-dev.yml

@@ -8,7 +8,7 @@ spring:
     dataSource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -17,7 +17,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-meterprocess-stream-processor-daily-validate/crss-meterprocess-stream-processor-daily-validate-pemc-dev.yml

@@ -3,7 +3,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -12,7 +12,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
       username: crss_metering
-      password: crss_metering
+      password: Fh7UcXpW
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -21,7 +21,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw-pemc-dev.yml

@@ -4,7 +4,7 @@ spring:
   datasource:
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
     username: crss_metering
-    password: crss_metering
+    password: Fh7UcXpW
     driver-class-name: org.postgresql.Driver
     maxPoolSize: 5
     test-on-borrow: true
@@ -34,7 +34,7 @@ spring:
   datasource:
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
     username: crss_metering
-    password: crss_metering
+    password: Fh7UcXpW
     driver-class-name: org.postgresql.Driver
     maxPoolSize: 5
     test-on-borrow: true
@@ -63,7 +63,7 @@ spring:
   datasource:
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
     username: crss_metering
-    password: crss_metering
+    password: Fh7UcXpW
     driver-class-name: org.postgresql.Driver
     maxPoolSize: 5
     test-on-borrow: true

+ 4 - 4
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-pemc-dev.yml

@@ -3,25 +3,25 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
   crss-nmms:
       datasource:
         jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=nmms
         username: crss_nmms
-        password: crss_nmms
+        password: lbgg1i2Y
         driverClassName: org.postgresql.Driver
   crss-registration:
       dataSource:
         jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
         username: crss_registration
-        password: crss_registration
+        password: 51UF3JA9
         driverClassName: org.postgresql.Driver
         maxPoolSize: 5
         test-on-borrow: true

+ 3 - 3
crss-mq-computation/crss-mq-computation-pemc-dev.yml

@@ -3,7 +3,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -12,7 +12,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -21,7 +21,7 @@ spring:
     dataSource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-mtr/crss-mtr-pemc-dev.yml

@@ -3,7 +3,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -12,7 +12,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -21,7 +21,7 @@ spring:
     dataSource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 7 - 7
crss-reg/crss-reg-pemc-dev.yml

@@ -3,13 +3,13 @@ spring:
     driverClassName: org.postgresql.Driver
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
     username: crss_registration
-    password: crss_registration
-  xdf-control:
-    datasource:
-      driverClassName: org.postgresql.Driver
-      url: jdbc:postgresql://192.168.1.120:5432/crss_external?currentSchema=xdfcontrol
-      username: crss_xdfcontrol
-      password: crss_xdfcontrol
+    password: 51UF3JA9
+  #xdf-control:
+    #datasource:
+      #driverClassName: org.postgresql.Driver
+      #url: jdbc:postgresql://192.168.1.120:5432/crss_external?currentSchema=xdfcontrol
+      #username: crss_xdfcontrol
+      #password: crss_xdfcontrol
 
 crss:
   docmgt:

+ 1 - 1
crss-sched/crss-sched-pemc-dev.yml

@@ -3,4 +3,4 @@ spring:
   datasource:
     url: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=scheduler
     username: crss_scheduler
-    password: crss_scheduler
+    password: 5Q4AY59T

+ 8 - 2
crss-settlement-app/crss-settlement-app-pemc-dev.yml

@@ -3,5 +3,11 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
-      driverClassName: org.postgresql.Driver
+      password: i17SMOPm
+      driverClassName: org.postgresql.Driver
+  crss-worklist:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=worklist
+      username: crss_worklist
+      password: lbgg1i2Y
+      driverClassName: org.postgresql.Driver

+ 5 - 5
crss-settlement-task-calculation-addtlcomp/crss-settlement-task-calculation-addtlcomp-pemc-dev.yml

@@ -3,7 +3,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
+      password: i17SMOPm
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -12,7 +12,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -21,7 +21,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
       username: crss_metering
-      password: crss_metering
+      password: Fh7UcXpW
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -30,7 +30,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=nmms
       username: crss_nmms
-      password: crss_nmms
+      password: lbgg1i2Y
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -39,7 +39,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 5
       test-on-borrow: true

+ 5 - 5
crss-settlement-task-calculation/crss-settlement-task-calculation-pemc-dev.yml

@@ -3,7 +3,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
+      password: i17SMOPm
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -12,7 +12,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -21,7 +21,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
       username: crss_metering
-      password: crss_metering
+      password: Fh7UcXpW
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -30,7 +30,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=nmms
       username: crss_nmms
-      password: crss_nmms
+      password: lbgg1i2Y
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 2
       test-on-borrow: true
@@ -39,7 +39,7 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       driverClassName: org.postgresql.Driver
       maximumPoolSize: 5
       connectionTimeout: 300000

+ 3 - 3
crss-settlement-task-file-gen-addtlcomp/crss-settlement-task-file-gen-addtlcomp-pemc-dev.yml

@@ -3,20 +3,20 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
+      password: i17SMOPm
       driverClassName: org.postgresql.Driver
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       maximumPoolSize: 5
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
 
   profiles:

+ 3 - 3
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-pemc-dev.yml

@@ -3,20 +3,20 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
+      password: i17SMOPm
       driverClassName: org.postgresql.Driver
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       maximumPoolSize: 5
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
 
   profiles:

+ 0 - 75
crss-settlement-task-validation/application-pemc-uat-sit.yml

@@ -1,75 +0,0 @@
-spring:
-  crss-stl:
-    datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=settlement
-      username: crss_settlement
-      password: crss_settlement
-      driverClassName: org.postgresql.Driver
-      connectionTimeout: 10000
-      maxPoolSize: 2
-  crss-registration:
-    datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
-      username: crss_registration
-      password: crss_registration
-      driverClassName: org.postgresql.Driver
-      maxPoolSize: 5
-      test-on-borrow: true
-      validation-query: SELECT 1
-  crss-main:
-    datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=settlement
-      username: crss_settlement
-      password: crss_settlement
-      driverClassName: org.postgresql.Driver
-      connectionTimeout: 10000
-      maxPoolSize: 2
-  crss-metering:
-    datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=metering
-      username: crss_metering
-      password: crss_metering
-      driverClassName: org.postgresql.Driver
-      connectionTimeout: 10000
-      maxPoolSize: 2
-  crss-nmms:
-    datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=nmms
-      username: crss_nmms
-      password: crss_nmms
-      driverClassName: org.postgresql.Driver
-      connectionTimeout: 10000
-      maxPoolSize: 2
-  crss-dataflow:
-    datasource:
-      jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
-      username: crss_dataflow
-      password: crss_dataflow
-      driverClassName: org.postgresql.Driver
-      connectionTimeout: 10000
-      maxPoolSize: 2
-
-  jpa:
-    show-sql: false
-    generate-ddl: true
-    properties:
-      hibernate:
-        generate_statistics: false
-        dialect: org.hibernate.dialect.PostgreSQL81Dialect
-        ddl-auto: validate
-        hbm2ddl:
-          import_files:
-
-  batch:
-    job:
-      enabled: true
-
-  redis:
-    database: 5
-
-logging:
-  level:
-    com.pemc: DEBUG
-    com.netflix: DEBUG
-    org.springframework.cloud: DEBUG
-    org.hibernate.stat: debug

+ 6 - 6
crss-settlement-task-validation/crss-settlement-task-validation-pemc-dev.yml

@@ -3,37 +3,37 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=settlement
       username: crss_settlement
-      password: crss_settlement
+      password: i17SMOPm
       driverClassName: org.postgresql.Driver
   crss-registration:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=registration
       username: crss_registration
-      password: crss_registration
+      password: 51UF3JA9
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
-      password: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver
   crss-metering:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=metering
       username: crss_metering
-      password: crss_metering
+      password: Fh7UcXpW
       driverClassName: org.postgresql.Driver
   crss-nmms:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=nmms
       username: crss_nmms
-      password: crss_nmms
+      password: lbgg1i2Y
       driverClassName: org.postgresql.Driver
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=dataflow
       username: crss_dataflow
-      password: crss_dataflow
+      password: lgcCpwy0
       maximumPoolSize: 5
       driverClassName: org.postgresql.Driver
   profiles:

+ 13 - 1
crss-worklist-app/crss-worklist-app-dev2.yml

@@ -3,5 +3,17 @@ spring:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=worklist
       username: crss_worklist
-      password: crss_worklist
+      password: c3XL8Lcb
+      driverClassName: org.postgresql.Driver
+  crss-stl:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: lbgg1i2Y
+      driverClassName: org.postgresql.Driver
+  crss-main:
+    datasource:
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: D9JpfUtT
       driverClassName: org.postgresql.Driver