We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89b000 commit a84349fCopy full SHA for a84349f
docs/config.md
@@ -1,5 +1,13 @@
1
# Configuration
2
3
+### 🦖 Deprecation notice
4
+
5
+Configuration keys were previously a mix of camelCase and snake_case.
6
+We standardised to snake_case but added compatibility for camelCase to all settings.
7
+This backwards compatibility will be getting removed in a future release so please ensure you are using snake_case.
8
9
+---
10
11
You can configure the app by copying `config.sample.json` to `config.json` or `config.$domain.json` and customising it.
12
Element will attempt to load first `config.$domain.json` and if it fails `config.json`. This mechanism allows different
13
configuration options depending on if you're hitting e.g. `app1.example.com` or `app2.example.com`. Configs are not mixed
0 commit comments