1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

WSGI: Add RADICALE_CONFIG and None auth pitfall

This commit is contained in:
Unrud 2017-06-01 10:40:42 +02:00 committed by GitHub
parent cdeabe1b3f
commit ac1274f400

View file

@ -7,5 +7,12 @@ permalink: /wsgi/
Radicale is compatible with the WSGI specification. No special configuration Radicale is compatible with the WSGI specification. No special configuration
is required. is required.
A configuration file can be set with the `RADICALE_CONFIG` environment variable,
otherwise the default configuration is used.
**Important:** The `None` authentication type disables all rights checking.
Don't use it with `REMOTE_USER`. The development version of Radicale has
the `remote_user` module for this use-case.
Be reminded that Radicale's default configuration enforces limits on the Be reminded that Radicale's default configuration enforces limits on the
maximum file size. maximum upload file size.