|
| 1 | +{ |
| 2 | + "default_server_config": { |
| 3 | + "m.homeserver": { |
| 4 | + "base_url": "https://hs.livegen.net", |
| 5 | + "server_name": "Livegen" |
| 6 | + }, |
| 7 | + "m.identity_server": { |
| 8 | + "base_url": "" |
| 9 | + } |
| 10 | + }, |
| 11 | + "disable_custom_urls": false, |
| 12 | + "disable_guests": false, |
| 13 | + "disable_login_language_selector": false, |
| 14 | + "disable_3pid_login": false, |
| 15 | + "brand": "Livegen", |
| 16 | + "integrations_ui_url": "https://dimension.livegen.net/riot", |
| 17 | + "integrations_rest_url": "https://dimension.livegen.net/api/v1/scalar", |
| 18 | + "integrations_widgets_urls": [ |
| 19 | + "https://dimension.livegen.net/widgets" |
| 20 | + ], |
| 21 | + "bug_report_endpoint_url": "https://element.io/bugreports/submit", |
| 22 | + "defaultCountryCode": "FR", |
| 23 | + "showLabsSettings": false, |
| 24 | + "features": { |
| 25 | + "feature_new_spinner": false |
| 26 | + }, |
| 27 | + "default_federate": true, |
| 28 | + "default_theme": "light", |
| 29 | + "roomDirectory": { |
| 30 | + "servers": [ |
| 31 | + "matrix.org", |
| 32 | + "livegen.net" |
| 33 | + ] |
| 34 | + }, |
| 35 | + "piwik": false, |
| 36 | + "enable_presence_by_hs_url": { |
| 37 | + "https://matrix.org": false, |
| 38 | + "https://matrix-client.matrix.org": false |
| 39 | + }, |
| 40 | + "settingDefaults": { |
| 41 | + "breadcrumbs": true |
| 42 | + }, |
| 43 | + "jitsi": { |
| 44 | + "preferredDomain": "jitsi.riot.im" |
| 45 | + } |
| 46 | +} |
0 commit comments