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

6 lines
168 B
JSON
Raw Normal View History

{
"var_postgresql_for_synapse_username": "synapse_user",
"var_postgresql_for_synapse_password": "synapse_password",
"var_postgresql_for_synapse_schema": "synapse"
}