feat: Bring back config.json
This commit is contained in:
parent
9e90a8b121
commit
a13636e00a
7 changed files with 88 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue