This commit is contained in:
		@@ -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")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user