Add full_environment in configuration module
This commit is contained in:
parent
4f3b574e35
commit
261ea03518
@ -61,7 +61,8 @@ INITIAL_CONFIG = {
|
|||||||
"folder": os.path.expanduser("~/.config/radicale/calendars")},
|
"folder": os.path.expanduser("~/.config/radicale/calendars")},
|
||||||
"logging": {
|
"logging": {
|
||||||
"config": "/etc/radicale/logging",
|
"config": "/etc/radicale/logging",
|
||||||
"debug": "False"}}
|
"debug": "False",
|
||||||
|
"full_environment": "False"}}
|
||||||
|
|
||||||
# Create a ConfigParser and configure it
|
# Create a ConfigParser and configure it
|
||||||
_CONFIG_PARSER = ConfigParser()
|
_CONFIG_PARSER = ConfigParser()
|
||||||
|
Loading…
Reference in New Issue
Block a user