-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michel Käser
committed
Aug 11, 2015
1 parent
ebe18ea
commit 4f2ed3c
Showing
4 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
''' | ||
""" | ||
Setting storing the name of the cookie that is used to check access via the reverse proxy to containers. | ||
''' | ||
""" | ||
AUTH_COOKIE_NAME = 'username' | ||
|
||
|
||
''' | ||
""" | ||
Setting storing the name of the header that is indicating the requested URI, the reverse proxy is adding to sub-requests. | ||
''' | ||
""" | ||
PROXY_URI_HEADER = 'HTTP_X_ORIGINAL_URI' | ||
|
||
|
||
''' | ||
""" | ||
Setting storing the URL under which the application\'s documentation can be found. | ||
''' | ||
""" | ||
URL_DOCS = '/docs/' | ||
|
||
|
||
''' | ||
""" | ||
Setting storing the URL under which the user publications can be found. | ||
''' | ||
""" | ||
URL_PUBLIC = '/public/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters