adopted jdbc pass from vault

This commit is contained in:
Marco Lettere 2021-06-11 19:13:57 +02:00
parent eb40300249
commit 2c54e97aeb
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ use_jdbc: True
postgres_host: "postgresql-srv.d4science.org"
conductor_db: "postgres"
postgres_jdbc_user: "conductor_u"
postgres_jdbc_pass: '{{ jdbc_pass }}'
jdbc_db: "conductor"
postgres_jdbc_url: "jdbc:postgresql://{{ postgres_host }}:5432/{{ jdbc_db }}"