mirror of
https://github.com/dustinbrun/JDS6600_python_Influx-DB_logger.git
synced 2025-12-30 01:23:23 +01:00
V1
This commit is contained in:
10
influxdb_config.py
Normal file
10
influxdb_config.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# ----------------
|
||||
# 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'
|
||||
Reference in New Issue
Block a user