feat: Bring back config.json

This commit is contained in:
Sorunome 2020-12-18 11:43:13 +01:00
commit a13636e00a
7 changed files with 88 additions and 8 deletions

View file

@ -77,6 +77,11 @@ flutter pub get
flutter build web --release --verbose
```
* Optionally configure by serving a `config.json` at the same path as fluffychat.
An example can be found at `config.sample.json`. None of these
values have to exist, the ones stated here are the default ones. If you e.g. only want
to change the default homeserver, then only modify the `default_homeserver` key.
### Desktop (Linux, Windows, macOS)
* Enable Desktop support in Flutter: https://flutter.dev/desktop