ansible-base/ansible/roles/postgresql-for-hydra/defaults/main.json
Christian Fraß b19bf2520e [ini]
2023-11-20 02:07:08 +01:00

5 lines
152 B
JSON

{
"var_postgresql_for_hydra_username": "hydra_user",
"var_postgresql_for_hydra_password": "REPLACE_ME",
"var_postgresql_for_hydra_schema": "hydra"
}