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

This commit is contained in:
2020-11-29 02:05:44 +01:00
parent c18dbb8d06
commit 2e31e99aae
2 changed files with 1 additions and 6 deletions

View File

@@ -5,15 +5,11 @@ import os
Configuration
"""
__author__ = "@tormakris"
__copyright__ = "Copyright 2020, onSpot Team"
__module_name__ = "config"
__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")