updated README.md

This commit is contained in:
Paul 2019-07-20 14:49:22 +02:00
parent f702827034
commit 64762858aa

View File

@ -10,7 +10,6 @@ fuelprices -configfile fuelprices.ini
```ini
[fuelprices]
# Remote URLs, filenames, xpath base for values
remote_url=https://donnees.roulez-eco.fr/opendata/instantane
remote_filename=PrixCarburants_instantane.xml
@ -20,12 +19,13 @@ xpath_base=.//pdv[@id='%s']/prix[@nom='%s']
pos=50000007
types=Gazole,SP95,SP98
[influxdb]
# Influxdb settings
influx_host=host
influx_db=me
influx_port=8086
influx_user=influx
influx_pass=password
hostname=host
database=me
port=8086
username=influx
password=password
```
## License