Browse Source

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

Adrian Viesca 8 năm trước cách đây
mục cha
commit
a29991210f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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