feat: Bring back config.json
This commit is contained in:
parent
9e90a8b121
commit
a13636e00a
7 changed files with 88 additions and 8 deletions
10
config.sample.json
Normal file
10
config.sample.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"application_name": "FluffyChat",
|
||||
"application_welcome_message": null,
|
||||
"default_homeserver": "matrix.org",
|
||||
"jitsi_instance": "https://meet.jit.si/",
|
||||
"privacy_url": "https://fluffychat.im/en/privacy.html",
|
||||
"render_html": false,
|
||||
"hide_redacted_events": false,
|
||||
"hide_unknown_events": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue