This commit is contained in:
dcore94 2021-02-17 12:57:34 +01:00
parent 5a324e3265
commit d185681fef
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
use_jdbc: True use_jdbc: True
postgres_host: "postgresql-srv.d4science.org" postgres_host: "postgresql-srv.d4science.org"
conductor_db: "postgres" conductor_db: "postgres"
postgres_jdbc_user: "conductor_u" jdbc_user: "conductor_u"
postgres_jdbc_db: "conductor" jdbc_db: "conductor"
postgres_jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}" postgres_jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}"