Explorar el Código

update username and password in relation to commit dc5a35c

dmendoza hace 8 años
padre
commit
8fd7b31c1f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      crss-settlement-task-invoice-generation/application-dev2.yml

+ 2 - 2
crss-settlement-task-invoice-generation/application-dev2.yml

@@ -10,8 +10,8 @@ spring:
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_dataflow
-      username: crss_settlement
-      password: crss_settlement
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20