aboutsummaryrefslogtreecommitdiffstats
path: root/backend/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/constants.py')
-rw-r--r--backend/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/constants.py b/backend/constants.py
index fedab64..cccf437 100644
--- a/backend/constants.py
+++ b/backend/constants.py
@@ -9,6 +9,7 @@ from enum import Enum # noqa
FRONTEND_URL = os.getenv("FRONTEND_URL", "https://forms.pythondiscord.com")
DATABASE_URL = os.getenv("DATABASE_URL")
MONGO_DATABASE = os.getenv("MONGO_DATABASE", "pydis_forms")
+SNEKBOX_URL = os.getenv("SNEKBOX_URL", "http://snekbox.default.svc.cluster.local/eval")
OAUTH2_CLIENT_ID = os.getenv("OAUTH2_CLIENT_ID")
OAUTH2_CLIENT_SECRET = os.getenv("OAUTH2_CLIENT_SECRET")