浏览代码

corrected dev2 and dev profile for audit

Jejomar Dimayuga 8 年之前
父节点
当前提交
3b1844b090
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      crss-audit/crss-audit-dev.yml
  2. 3 3
      crss-audit/crss-audit-dev2.yml

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

@@ -1,9 +1,9 @@
 spring:
 spring:
   crss-audit:
   crss-audit:
     datasource:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_audit
-      username: crss_audit
-      password: crss_audit
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss_audit
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
       driverClassName: org.postgresql.Driver
 
 
 security:
 security:

+ 3 - 3
crss-audit/crss-audit-dev2.yml

@@ -1,9 +1,9 @@
 spring:
 spring:
   crss-audit:
   crss-audit:
     datasource:
     datasource:
-      jdbcUrl: jdbc:postgresql://localhost:5432/crss_audit
-      username: postgres
-      password: postgres
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_audit
+      username: crss_audit
+      password: crss_audit
       driverClassName: org.postgresql.Driver
       driverClassName: org.postgresql.Driver
 
 
 security:
 security: