Added the APPLICATION_ROOT configuration variable which is used by session backends.
This commit is contained in:
parent
45d963d6da
commit
c844d02f1c
5 changed files with 43 additions and 3 deletions
|
|
@ -236,6 +236,7 @@ class Flask(_PackageBoundObject):
|
|||
'USE_X_SENDFILE': False,
|
||||
'LOGGER_NAME': None,
|
||||
'SERVER_NAME': None,
|
||||
'APPLICATION_ROOT': None,
|
||||
'MAX_CONTENT_LENGTH': None,
|
||||
'TRAP_BAD_REQUEST_ERRORS': False,
|
||||
'TRAP_HTTP_EXCEPTIONS': False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue