michael cors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-26 02:20:16 +01:00
parent 025e380e6f
commit 4fa6951c8a
4 changed files with 17 additions and 6 deletions

View File

@@ -14,6 +14,7 @@ __version__text__ = "1"
PORT = os.environ.get("ONSPOT_PORT", 8080)
DEBUG = os.environ.get("ONSPOT_DEBUG", True)
ALLOWED_ORIGINS = os.environ.get('ALLOWED_ORIGINS', '*')
SENTRY_DSN = os.environ.get("SENTRY_DSN")
RELEASE_ID = os.environ.get("RELEASE_ID", "test")