# ----------------
# Config file
# Config for the Influxdb-server
influxdb_host = '192.168.1.10'
influxdb_port = 8086
influxdb_user = 'user'
influxdb_password = '123456'
influxdb_dbname = 'frequency'