aboutsummaryrefslogtreecommitdiffstats
path: root/inventory-example/group_vars/all/synapse.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory-example/group_vars/all/synapse.yml')
-rw-r--r--inventory-example/group_vars/all/synapse.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory-example/group_vars/all/synapse.yml b/inventory-example/group_vars/all/synapse.yml
new file mode 100644
index 0000000..ac3b4d5
--- /dev/null
+++ b/inventory-example/group_vars/all/synapse.yml
@@ -0,0 +1,8 @@
+synapse_registration_shared_secret: '{{ vault_synapse_registration_shared_secret }}'
+synapse_macaroon_secret_key: '{{ vault_synapse_macaroon_secret_key }}'
+synapse_form_secret: '{{ vault_synapse_form_secret }}'
+synapse_sysaccount_password: '{{ vault_synapse_sysaccount_password }}'
+
+synapse_domain: example.com
+synapse_server_name: matrix.example.com
+synapse_enable_registration: no