fluffychat/config.sample.json
TheOneWithTheBraid c0d918cbe9 fix: onboarding UX
- add option to enable locale based homeservers

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-27 04:30:12 +00:00

11 lines
350 B
JSON

{
"application_name": "FluffyChat",
"application_welcome_message": null,
"default_homeserver": "matrix.org",
"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,
"use_location_based_homeserver": true
}