updated README.md
This commit is contained in:
parent
f702827034
commit
64762858aa
12
README.md
12
README.md
@ -10,7 +10,6 @@ fuelprices -configfile fuelprices.ini
|
|||||||
|
|
||||||
```ini
|
```ini
|
||||||
[fuelprices]
|
[fuelprices]
|
||||||
|
|
||||||
# Remote URLs, filenames, xpath base for values
|
# 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
|
||||||
@ -20,12 +19,13 @@ xpath_base=.//pdv[@id='%s']/prix[@nom='%s']
|
|||||||
pos=50000007
|
pos=50000007
|
||||||
types=Gazole,SP95,SP98
|
types=Gazole,SP95,SP98
|
||||||
|
|
||||||
|
[influxdb]
|
||||||
# Influxdb settings
|
# Influxdb settings
|
||||||
influx_host=host
|
hostname=host
|
||||||
influx_db=me
|
database=me
|
||||||
influx_port=8086
|
port=8086
|
||||||
influx_user=influx
|
username=influx
|
||||||
influx_pass=password
|
password=password
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user