aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/constants.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-23 19:00:07 +0000
committerGravatar Gareth Coles <[email protected]>2018-06-23 19:00:07 +0000
commit90b9ebfe6b59a69e9783259a70e7927d989604f8 (patch)
treea6b796051cb7b7811ce8528b2b4501278422591e /pysite/constants.py
parentUpdate Font-Awesome Pro to 5.1.0 (diff)
parentAdd some documentation to the team_edit_repo route (diff)
Merge branch 'teams-user-frontend' into 'master'
User frontend for teams See merge request python-discord/projects/site!9
Diffstat (limited to 'pysite/constants.py')
-rw-r--r--pysite/constants.py2
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 = {