瀏覽代碼

fix wrong db specified for crss-dataflow.datasource.jdbcUrl in dev2 profile

dmendoza 8 年之前
父節點
當前提交
dc5a35c55a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crss-settlement-task-invoice-generation/application-dev2.yml

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

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