eh?
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pünkösd Marcell 2021-07-26 15:36:17 +02:00
parent 57b757cb41
commit eb7f6498ab
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ _POSTGRES_OPTS = os.getenv("INPUT_POSTGRES_OPTS", "")
class Config:
PORT = int(os.environ.get("INPUT_SERVICE_PORT", 8080))
PORT = 8080
DEBUG = os.environ.get("INPUT_SERVICE_DEBUG", "true").lower() in ["true", "yes", "1"]
SENTRY_DSN = os.environ.get("SENTRY_DSN")