浏览代码

update db user for crss-reg datasource config in crss-settlement-task-validation

Adrian Viesca 8 年之前
父节点
当前提交
a29991210f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      crss-settlement-task-validation/application.yml

+ 2 - 2
crss-settlement-task-validation/application.yml

@@ -10,8 +10,8 @@ spring:
   crss-registration:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
-      username: crss_reg
-      password: crss_reg
+      username: postgres
+      password: postgres
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true