瀏覽代碼

crss-reg-dev try fix datasource config

dmendoza 8 年之前
父節點
當前提交
49c81bbb15
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      crss-reg/crss-reg-dev.yml

+ 2 - 2
crss-reg/crss-reg-dev.yml

@@ -5,12 +5,12 @@ spring:
     password: CrssRegistration
   crss-stl:
     datasource:
-      url: jdbc:postgresql://localhost:5432/crss_settlement
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
       username: postgres
       password: postgres
   crss-dataflow:
     datasource:
-      url: jdbc:postgresql://localhost:5432/crss_dataflow
+      jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
       username: postgres
       password: postgres
   xdf-control: