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
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user