Explain to load different configs depending on the domain in config.md
(#23266)
This commit is contained in:
parent
6e2f66987c
commit
60157fffe2
1 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,12 @@
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
You can configure the app by copying `config.sample.json` to `config.json` and customising it. The possible options are
|
You can configure the app by copying `config.sample.json` to `config.json` or `config.$domain.json` and customising it.
|
||||||
described here. If you run into issues, please visit [#element-web:matrix.org](https://matrix.to/#/#element-web:matrix.org)
|
Element will attempt to load first `config.$domain.json` and if it fails `config.json`. This mechanism allows different
|
||||||
on Matrix.
|
configuration options depending on if you're hitting e.g. `app1.example.com` or `app2.example.com`. Configs are not mixed
|
||||||
|
in any way, it either entirely uses the domain config, or entirely uses `config.json`.
|
||||||
|
|
||||||
|
The possible configuration options are described here. If you run into issues, please visit
|
||||||
|
[#element-web:matrix.org](https://matrix.to/#/#element-web:matrix.org) on Matrix.
|
||||||
|
|
||||||
For a good example of a production-tuned config, see https://app.element.io/config.json
|
For a good example of a production-tuned config, see https://app.element.io/config.json
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue