Playbooks to a new Lilik
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.

55 lines
1.7 KiB

7 years ago
7 years ago
7 years ago
7 years ago
  1. {
  2. "default_server_config": {
  3. "m.homeserver": {
  4. "base_url": "https://{{ synapse_nginx_fqdn }}",
  5. "server_name": "{{ synapse_domain }}"
  6. }
  7. },
  8. "disable_custom_urls": false,
  9. "disable_guests": false,
  10. "disable_login_language_selector": false,
  11. "disable_3pid_login": false,
  12. "brand": "LILiK Riot",
  13. "integrations_ui_url": "https://scalar.vector.im/",
  14. "integrations_rest_url": "https://scalar.vector.im/api",
  15. "integrations_widgets_urls": [
  16. "https://scalar.vector.im/_matrix/integrations/v1",
  17. "https://scalar.vector.im/api",
  18. "https://scalar-staging.vector.im/_matrix/integrations/v1",
  19. "https://scalar-staging.vector.im/api",
  20. "https://scalar-staging.riot.im/scalar/api"
  21. ],
  22. "bug_report_endpoint_url": "https://riot.im/bugreports/submit",
  23. "defaultCountryCode": "IT",
  24. "showLabsSettings": true,
  25. "features": {
  26. "feature_pinning": "labs",
  27. "feature_custom_status": "labs",
  28. "feature_custom_tags": "labs",
  29. "feature_state_counters": "labs"
  30. },
  31. "default_federate": true,
  32. "default_theme": "light",
  33. "roomDirectory": {
  34. "servers": [
  35. "matrix.org"
  36. ]
  37. },
  38. "welcomeUserId": "@riot-bot:matrix.org",
  39. "piwik": {
  40. "url": "https://piwik.riot.im/",
  41. "whitelistedHSUrls": ["https://matrix.org"],
  42. "whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
  43. "siteId": 1
  44. },
  45. "enable_presence_by_hs_url": {
  46. "https://matrix.org": false,
  47. "https://matrix-client.matrix.org": false
  48. },
  49. "settingDefaults": {
  50. "breadcrumbs": true
  51. },
  52. "jitsi": {
  53. "preferredDomain": "jitsi.riot.im"
  54. }
  55. }