fuelprices/common.ini.sample
2019-06-06 12:18:32 +02:00

17 lines
400 B
Plaintext

[fuelprices]
# Remote URLs, filenames, xpath base for values
remote_url=https://donnees.roulez-eco.fr/opendata/instantane
remote_filename=PrixCarburants_instantane.xml
xpath_base=.//pdv[@id='%s']/prix[@nom='%s']
# Comma separated values for pos and types
pos=50000007
types=Gazole,SP95,SP98
# Influxdb settings
influx_host=host
influx_db=me
influx_port=8086
influx_user=influx
influx_pass=password