diff --git a/progit/default_config.py b/progit/default_config.py index 8aaf56c..5468914 100644 --- a/progit/default_config.py +++ b/progit/default_config.py @@ -124,3 +124,6 @@ SHORT_LENGTH = 6 # Make browsers send session cookie only via HTTPS SESSION_COOKIE_SECURE = True + +# Used by SESSION_COOKIE_PATH +APPLICATION_ROOT = '/progit'