diff options
author | 2021-03-15 02:26:51 +0300 | |
---|---|---|
committer | 2021-03-15 02:28:46 +0300 | |
commit | 817d16a911fb64847d03c1b35d194d98fad89c43 (patch) | |
tree | 56e305ae50bbe1a04b0654340ac3038bc8bac006 /backend/constants.py | |
parent | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 (diff) | |
parent | Merge pull request #70 from python-discord/dependabot/pip/deepmerge-0.2.1 (diff) |
Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# poetry.lock
# pyproject.toml
Diffstat (limited to 'backend/constants.py')
-rw-r--r-- | backend/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/constants.py b/backend/constants.py index 4bb7fd1..d90fd9a 100644 --- a/backend/constants.py +++ b/backend/constants.py @@ -13,7 +13,7 @@ MONGO_DATABASE = os.getenv("MONGO_DATABASE", "pydis_forms") SNEKBOX_URL = os.getenv("SNEKBOX_URL", "http://snekbox.default.svc.cluster.local/eval") PRODUCTION = os.getenv("PRODUCTION", "True").lower() != "false" -PRODUCTION_URL = "https://forms.pythondiscord.com/" +PRODUCTION_URL = "https://forms.pythondiscord.com" OAUTH2_CLIENT_ID = os.getenv("OAUTH2_CLIENT_ID") OAUTH2_CLIENT_SECRET = os.getenv("OAUTH2_CLIENT_SECRET") |