Update 'common.ini.sample'
This commit is contained in:
parent
cf07472ae0
commit
e4f9b67423
@ -1,9 +1,15 @@
|
|||||||
[fuelprices]
|
[fuelprices]
|
||||||
|
|
||||||
|
# Remote URLs, filenames, xpath base for values
|
||||||
remote_url=https://donnees.roulez-eco.fr/opendata/instantane
|
remote_url=https://donnees.roulez-eco.fr/opendata/instantane
|
||||||
remote_filename=PrixCarburants_instantane.xml
|
remote_filename=PrixCarburants_instantane.xml
|
||||||
xpath_base=.//pdv[@id='%s']/prix[@nom='%s']
|
xpath_base=.//pdv[@id='%s']/prix[@nom='%s']
|
||||||
|
|
||||||
|
# Comma separated values for pos and types
|
||||||
pos=50000007
|
pos=50000007
|
||||||
types=Gazole,SP95,SP98
|
types=Gazole,SP95,SP98
|
||||||
|
|
||||||
|
# Influxdb settings
|
||||||
influx_host=nuc
|
influx_host=nuc
|
||||||
influx_db=me
|
influx_db=me
|
||||||
influx_port=8086
|
influx_port=8086
|
||||||
|
Loading…
Reference in New Issue
Block a user