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:
parent
e5e13faa7c
commit
6f15cddfbc
3 changed files with 2 additions and 12 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue