Added influx stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-17 23:07:46 +01:00
parent eb9193451e
commit b4c7d2b12d
6 changed files with 91 additions and 10 deletions

View File

@@ -8,10 +8,8 @@ class Config:
RELEASE_ID = os.environ.get("RELEASE_ID", "test")
RELEASEMODE = os.environ.get("RELEASEMODE", "dev")
INFLUXDB_HOST = os.environ['INFLUXDB_HOST']
INFLUXDB_PORT = os.environ['INFLUXDB_PORT']
INFLUXDB_USER = os.environ['INFLUXDB_USER']
INFLUXDB_PASSWORD = os.environ['INFLUXDB_PASSWORD']
INFLUXDB_DATABASE = os.environ['INFLUXDB_DATABASE']
INFLUXDB_V2_URL = os.environ['INFLUXDB_URL']
INFLUXDB_V2_TOKEN = os.environ['INFLUXDB_TOKEN']
INFLUXDB_V2_ORG = os.environ['INFLUXDB_ORG']
INFLUXDB_TIMEOUT = 30