Skip to content

Commit

Permalink
Hotfix: Update ADR for config.file
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Oct 18, 2024
1 parent cb4ed59 commit c4c400a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/configurations/config_web_app_for_public_platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ in [config.sample.json](https://github.com/linagora/twake-on-matrix/blob/main/co
"app_grid_dashboard_available": true,
"homeserver": "https://example.com/",
"platform": "platform"
"default_max_upload_avatar_size_in_bytes": 1000000
"default_max_upload_avatar_size_in_bytes": 1000000,
"dev_mode": false
}
```

Expand All @@ -45,5 +46,6 @@ in [config.sample.json](https://github.com/linagora/twake-on-matrix/blob/main/co
- `homeserver`: Homeserver
- `platform`: Platform, `saas` for the case of public platform
- `default_max_upload_avatar_size_in_bytes`: Default max upload avatar size
- `dev_mode`: Enable to run app in IDE

If you want to disable it, please change the value or remove this from `config.sample.json`

0 comments on commit c4c400a

Please sign in to comment.