diff --git a/radicale/config.py b/radicale/config.py index 66ba41f7..80742781 100644 --- a/radicale/config.py +++ b/radicale/config.py @@ -61,7 +61,8 @@ INITIAL_CONFIG = { "folder": os.path.expanduser("~/.config/radicale/calendars")}, "logging": { "config": "/etc/radicale/logging", - "debug": "False"}} + "debug": "False", + "full_environment": "False"}} # Create a ConfigParser and configure it _CONFIG_PARSER = ConfigParser()