fluffychat/config.sample.json
TheOneWithTheBraid b4cc484f38 fix: onboarding UX
- add missing label to progress indicator
- add option to enable locale based homeservers (disabled by default)

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-05-21 10:46:39 +02:00

11 lines
351 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": false
}