diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |