fuelprices/common.ini.sample

17 lines
400 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-05 23:08:19 +02:00
# Influxdb settings
2019-06-06 12:18:32 +02:00
influx_host=host
2019-06-05 21:48:21 +02:00
influx_db=me
influx_port=8086
influx_user=influx
2019-06-06 12:18:32 +02:00
influx_pass=password