Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
671 B

{
"default_hs_url": "{{ riot_default_home_server | default('https://' + synapse_server_name) | default('https://matrix.org') }}",
"default_is_url": "{{ riot_default_identity_server }}",
"brand": "Riot",
"integrations_ui_url": "",
"integrations_rest_url": "",
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"enableLabs": true,
"roomDirectory": {
"servers": [
"matrix.org"
]
},
"welcomeUserId": "@riot-bot:matrix.org",
"piwik": {
},
{% if riot_jitsi_server is defined %}
"jitsi": {
"preferredDomain": "{{ riot_jitsi_server }}"
},
{% endif %}
"happyJson": true
}