fuelprices/common.ini.sample

18 lines
413 B
Plaintext
Raw Normal View History

2019-06-05 21:48:21 +02:00
[fuelprices]
2019-06-05 23:08:19 +02:00
# Remote URLs, filenames, xpath base for values
2019-06-05 21:48:21 +02:00
remote_url=https://donnees.roulez-eco.fr/opendata/instantane
remote_filename=PrixCarburants_instantane.xml
xpath_base=.//pdv[@id='%s']/prix[@nom='%s']
2019-06-05 23:08:19 +02:00
# Comma separated values for pos and types
2019-06-05 21:48:21 +02:00
pos=50000007
types=Gazole,SP95,SP98
2019-06-15 13:55:48 +02:00
table=fuel_price
2019-06-05 23:08:19 +02:00
2019-06-15 13:55:48 +02:00
[influxdb]
2019-06-05 23:08:19 +02:00
# Influxdb settings
2019-09-08 12:35:55 +02:00
url=http://influxdb:8086/
2019-06-15 13:55:48 +02:00
username=influx
2019-09-08 12:35:55 +02:00
password=password
database=me