Add full_environment in configuration module

This commit is contained in:
Guillaume Ayoub 2011-05-13 10:15:21 +02:00
parent 4f3b574e35
commit 261ea03518

View File

@ -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()