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

This commit is contained in:
2020-11-26 01:56:41 +01:00
parent 34bb3fcc25
commit 025e380e6f
4 changed files with 67 additions and 26 deletions

View File

@@ -19,6 +19,6 @@ SENTRY_DSN = os.environ.get("SENTRY_DSN")
RELEASE_ID = os.environ.get("RELEASE_ID", "test")
RELEASEMODE = os.environ.get("ONSPOT_RELEASEMODE", "dev")
REDIS_HOST = os.getenv("ONSPOT_REDIS_HOST")
REDIS_URL = os.getenv("ONSPOT_REDIS_URL")
ENCODED_SECRET_KEY = os.getenv("ONSPOT_ENCODED_SECRET_KEY")