renamed again

This commit is contained in:
dcore94 2021-02-17 13:09:26 +01:00
parent d185681fef
commit 2ec568e0a6
1 changed files with 1 additions and 1 deletions

View File

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