mirror of
https://github.com/dustinbrun/JDS6600_python_Influx-DB_logger.git
synced 2025-04-04 01:07:42 +00:00
11 lines
220 B
Python
11 lines
220 B
Python
# ----------------
|
|
# 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'
|