chore: Make webBaseUrl configurable in config.json

This commit is contained in:
Christian Pauly 2021-06-18 15:38:01 +02:00
commit 4428b1dd49
2 changed files with 8 additions and 3 deletions

View file

@ -3,8 +3,9 @@
"application_welcome_message": null,
"default_homeserver": "matrix.org",
"jitsi_instance": "https://meet.jit.si/",
"web_base_url": "https://fluffychat.im/web",
"privacy_url": "https://fluffychat.im/en/privacy.html",
"render_html": false,
"hide_redacted_events": false,
"hide_unknown_events": false
}
}