ansible-base/roles/postgresql-for-mastodon/defaults/main.json
2024-07-30 16:18:16 +02:00

6 lines
167 B
JSON

{
"var_postgresql_for_mastodon_username": "mastodon_user",
"var_postgresql_for_mastodon_password": "REPLACE_ME",
"var_postgresql_for_mastodon_schema": "mastodon"
}