ansible-base/roles/postgresql-for-hedgedoc/defaults/main.json
2024-03-29 17:21:05 +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"
}