aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9b2e289..9215d23 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,14 @@ python3 -m pip install --upgrade https://github.com/Unrud/RadicaleInfCloud/archi
Set the configuration option `type` in the `web` section to `radicale_infcloud`.
+The value of `infcloud_config` is appended to InfCloud's `config.js`.
+
```ini
[web]
type = radicale_infcloud
+# Optional InfCloud configuration
+infcloud_config = globalInterfaceLanguage='de_DE';
+ globalTimeZone='Europe/Berlin';
```
## License
bgstack15