added sample config file
This commit is contained in:
parent
6c6bdf52b3
commit
9d1f8d16f9
12
weather.ini.sample
Normal file
12
weather.ini.sample
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[influxdb]
|
||||||
|
hostname=influxdb
|
||||||
|
port=8086
|
||||||
|
username=influxdb
|
||||||
|
password=password
|
||||||
|
database=database
|
||||||
|
|
||||||
|
[weather]
|
||||||
|
version=2.5
|
||||||
|
appid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||||
|
cities=Caen,Paris,Saint-Lo
|
||||||
|
measurements=temp,humidity,pressure
|
Loading…
Reference in New Issue
Block a user