From 64762858aa66276603055c3425dd807da8f4a86a Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 20 Jul 2019 14:49:22 +0200 Subject: [PATCH] updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0f7d818..c0fd211 100644 --- a/README.md +++ b/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