Initial commit
This commit is contained in:
7
influxdb_info.py
Normal file
7
influxdb_info.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
# influxdb数据库连接信息
|
||||
url = "http://localhost:8086" # 替换为你的InfluxDB实例地址
|
||||
token = "LsqvuqtBqtBv44z_CWh5bWfn9hs1QKcYu5kWahF_cdF6JyqtwuUxU5CK7HWP7BOtP5_2f5mjx76qXyuPLOHWdw==" # 替换为你的InfluxDB Token
|
||||
# _ENCODED_TOKEN = "eEdETTVSWnFSSkF1ekFHUy1vdFhVZEMyTkZkWTc1cUpBalJMcUFCNHA1V2NJSUFsSVVwT3BUOF95QTE2QU9IbUpXZXJ3UV8wOGd3Yjg0c3k0MmpuWlE9PQ=="
|
||||
# token = base64.b64decode(_ENCODED_TOKEN).decode("utf-8")
|
||||
org = "TJWATERORG" # 替换为你的Organization名称
|
||||
Reference in New Issue
Block a user