diff options
author | 2018-06-23 02:10:47 -0400 | |
---|---|---|
committer | 2018-06-23 02:10:47 -0400 | |
commit | bb60c29b8c51c26fba4e9678cb2d743e5dfc2e62 (patch) | |
tree | dde45d3b5c39d0a7ad0743da1dc9a8fe33362bd7 /pysite/constants.py | |
parent | Add button to jam index in team list (diff) |
GitLab team repo storage, edit form, etc.
Diffstat (limited to 'pysite/constants.py')
-rw-r--r-- | pysite/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index 016ab9c5..fa5dbab2 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -53,6 +53,8 @@ DISCORD_OAUTH_SECRET = environ.get('DISCORD_OAUTH_SECRET', '') DISCORD_OAUTH_SCOPE = 'identify' OAUTH_DATABASE = "oauth_data" +GITLAB_ACCESS_TOKEN = environ.get("GITLAB_ACCESS_TOKEN", '') + PREFERRED_URL_SCHEME = environ.get("PREFERRED_URL_SCHEME", "http") ERROR_DESCRIPTIONS = { |