ansible-base/ansible/roles/postgresql-for-hydra/templates/dsn.j2

2 lines
154 B
Text
Raw Normal View History

2023-11-20 02:07:08 +01:00
postgres://{{var_postgresql_for_hydra_username}}:{{var_postgresql_for_hydra_password}}@localhost:5432/{{var_postgresql_for_hydra_schema}}?sslmode=disable