This commit is contained in:
parent
57b757cb41
commit
eb7f6498ab
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user