removed unused config

This commit is contained in:
Pünkösd Marcell 2021-08-17 18:15:02 +02:00
parent a118b79512
commit 738eea1da3
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ class Config:
'virtual_host': '/'
}
STORAGE_HOSTNAME = os.getenv("INPUT_STORAGE_HOSTNAME", "localhost:8042")
ENABLE_INFLUXDB = os.environ.get("INPUT_ENABLE_INFLUX", "true").lower() in ["true", "yes", "1"]
INFLUXDB_HOST = os.getenv("INFLUX_HOST", "input-influx")
INFLUXDB_PORT = os.getenv("INFLUX_PORT", "8086")