1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

the WSGI program doesn't load any configuration file (fixes #655)

This commit is contained in:
Unrud 2017-07-14 22:54:48 +02:00 committed by GitHub
parent 6c5b189d17
commit 29d3ade9dc

View file

@ -8,7 +8,7 @@ Radicale is compatible with the WSGI specification. Use `radicale.wsgi` from
the source code as the WSGI file.
A configuration file can be set with the `RADICALE_CONFIG` environment variable,
otherwise the default configuration is used.
otherwise no configuration file is loaded and the default configuration is used.
Be reminded that Radicale's default configuration enforces limits on the
maximum upload file size.