重构
This commit is contained in:
@ -212,3 +212,17 @@ weather:
|
|||||||
base-url: https://archive-api.open-meteo.com/v1/archive
|
base-url: https://archive-api.open-meteo.com/v1/archive
|
||||||
api-key:
|
api-key:
|
||||||
timezone: Asia/Shanghai
|
timezone: Asia/Shanghai
|
||||||
|
|
||||||
|
influxdb:
|
||||||
|
enabled: true
|
||||||
|
url: http://172.17.0.7:8086/
|
||||||
|
api-token: B_1HvHbUhubQQhLdI0XtNVw7maWS1aIjVZQ1a3PGD6b-VNg3_JUo_jHgZmjeBKYXnGATNdIqfpl-FAVbJ4UIPg==
|
||||||
|
write-method: POST
|
||||||
|
read-method: GET
|
||||||
|
write-path: /api/v2/write
|
||||||
|
query-path: /query
|
||||||
|
org: ems
|
||||||
|
bucket: point_data
|
||||||
|
database: ems_point_data
|
||||||
|
retention-policy: autogen
|
||||||
|
measurement: mqtt_point_data
|
||||||
Reference in New Issue
Block a user