add custom headers via config file
[jelmer/calypso.git] / calypso / config.py
index 59cbd857a406bdb1e8f80f296e1521f0a5a89931..0c3fee9562f3cdd31d74247c7969966aa12fb34c 100644 (file)
@@ -60,7 +60,11 @@ INITIAL_CONFIG = {
         "pam_service": "passwd",
     },
     "storage": {
-        "folder": os.path.expanduser("~/.config/calypso/calendars")}}
+        "folder": os.path.expanduser("~/.config/calypso/calendars")
+    },
+    "headers": {
+    },
+}
 
 # Create a ConfigParser and configure it
 _CONFIG_PARSER = ConfigParser()