ansible-base/ansible/roles/postgresql-for-hedgedoc/defaults/main.json
2023-12-18 00:19:03 +01:00

5 lines
167 B
JSON

{
"var_postgresql_for_hedgedoc_username": "hedgedoc_user",
"var_postgresql_for_hedgedoc_password": "REPLACE_ME",
"var_postgresql_for_hedgedoc_schema": "hedgedoc"
}