You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
234 B
YAML

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