ansible-base/ansible/roles/postgresql-for-hydra/defaults/main.json

6 lines
152 B
JSON
Raw Normal View History

2023-11-20 02:07:08 +01:00
{
"var_postgresql_for_hydra_username": "hydra_user",
"var_postgresql_for_hydra_password": "REPLACE_ME",
"var_postgresql_for_hydra_schema": "hydra"
}