This commit is contained in:
@@ -11,3 +11,7 @@ class Config:
|
||||
INPUT_SERVICE_URL = os.environ.get("INPUT_SERVICE_URL", "http://input-service/input")
|
||||
|
||||
DROPALL = os.environ.get("DROPALL", "no").lower() in ['yes', 'true', '1']
|
||||
|
||||
REPORT_ALIAS = os.environ.get("REPORTER_ALIAS", os.environ['HOSTNAME'])
|
||||
REPORT_URL = os.environ.get("REPORT_URL", "")
|
||||
REPORT_INTERVAL = int(os.environ.get("REPORT_INTERVAL", 15))
|
||||
|
||||
Reference in New Issue
Block a user