1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Don't pollute WSGI environ with OS environ

This commit is contained in:
Unrud 2018-08-16 07:59:59 +02:00
parent e5e13faa7c
commit 6f15cddfbc
3 changed files with 2 additions and 12 deletions

View file

@ -178,10 +178,6 @@ INITIAL_CONFIG = OrderedDict([
"help": "print debug information",
"aliases": ["-D", "--debug"],
"type": bool}),
("full_environment", {
"value": "False",
"help": "store all environment variables",
"type": bool}),
("mask_passwords", {
"value": "True",
"help": "mask passwords in logs",