Browse Source

Update 'crss-reg/crss-reg-exist-dev.yml'

crssadmin 4 months ago
parent
commit
242df185cb
1 changed files with 20 additions and 24 deletions
  1. 20 24
      crss-reg/crss-reg-exist-dev.yml

+ 20 - 24
crss-reg/crss-reg-exist-dev.yml

@@ -1,42 +1,38 @@
 spring:
   datasource:
     driverClassName: org.postgresql.Driver
-    url: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=registration
-    username: crss_registration
-    password: 51UF3JA9
+    url: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=registration
+    username: iemop
+    password: '@oPL0YwPCql06WMN3YI3'
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=settlement
-      username: crss_settlement
-      password: i17SMOPm
+      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/settlement?currentSchema=settlement
+      username: iemop
+      password: '@oPL0YwPCql06WMN3YI3'
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=dataflow
-      username: crss_dataflow
-      password: lgcCpwy0
+      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=dataflow
+      username: iemop
+      password: '@oPL0YwPCql06WMN3YI3'
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=meterprocess
-      username: crss_meterprocess
-      password: D9JpfUtT
+      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/metering?currentSchema=meterprocess
+      username: iemop
+      password: '@oPL0YwPCql06WMN3YI3'
   crss-admin:
     datasource:
-      jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=admin
-      username: crss_admin
-      password: YReYA7fI
-  xdf-control:
-    datasource:
-      driverClassName: org.postgresql.Driver
-      url: jdbc:postgresql://172.16.0.20:5432/crss_external?currentSchema=xdfcontrol
-      username: crss_xdfcontrol
-      password: crss_xdfcontrol
+      jdbcUrl: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=admin
+      username: iemop
+      password: '@oPL0YwPCql06WMN3YI3'
+  #jpa:
+  #  show-sql: true
 
 crss:
   docmgt:
-    root-dir: /crss/docmgt
+    root-dir: crss/docmgt
   xdf:
-    client-type: sftp  # OPTIONS:[local, ftp, sftp]
-    root-folder: /upload/xdf
+    client-type: local
+    root-folder: crss/upload/xdf
     auto-create-dir: true
     file-encoding: UTF-8
     file-exists-mode: fail  # OPTIONS:[append, append_no_flush, fail, ignore, replace]