mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Add full_environment in configuration module
This commit is contained in:
parent
4f3b574e35
commit
261ea03518
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue