forked from gCubeSystem/conductor-setup
renamed postgres keys
This commit is contained in:
parent
f434e0883e
commit
5a324e3265
|
@ -2,7 +2,7 @@
|
|||
use_jdbc: True
|
||||
postgres_host: "postgresql-srv.d4science.org"
|
||||
conductor_db: "postgres"
|
||||
jdbc_user: "conductor_u"
|
||||
jdbc_db: "conductor"
|
||||
jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}"
|
||||
postgres_jdbc_user: "conductor_u"
|
||||
postgres_jdbc_db: "conductor"
|
||||
postgres_jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue