Add file influxdb_info and use information from the file
This commit is contained in:
4
influxdb_info.py
Normal file
4
influxdb_info.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# influxdb数据库连接信息
|
||||
url = "http://localhost:8086" # 替换为你的InfluxDB实例地址
|
||||
token = "xGDM5RZqRJAuzAGS-otXUdC2NFdY75qJAjRLqAB4p5WcIIAlIUpOpT8_yA16AOHmJWerwQ_08gwb84sy42jnZQ==" # 替换为你的InfluxDB Token
|
||||
org = "TJWATERORG" # 替换为你的Organization名称
|
||||
Reference in New Issue
Block a user