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

6 lines
167 B
JSON
Raw Normal View History

2024-07-30 16:18:16 +02:00
{
"var_postgresql_for_mastodon_username": "mastodon_user",
"var_postgresql_for_mastodon_password": "REPLACE_ME",
"var_postgresql_for_mastodon_schema": "mastodon"
}