updated README
This commit is contained in:
parent
d9d668b5e0
commit
b091f103ce
10
README.md
10
README.md
@ -1,5 +1,9 @@
|
||||
# fuelprices
|
||||
|
||||
## Summary
|
||||
|
||||
weather is a small program that fetch weather informations, and store them to influxdb
|
||||
|
||||
## Usage
|
||||
|
||||
```shell
|
||||
@ -21,11 +25,11 @@ types=Gazole,SP95,SP98
|
||||
|
||||
[influxdb]
|
||||
# Influxdb settings
|
||||
hostname=host
|
||||
database=me
|
||||
hostname=influxdb
|
||||
port=8086
|
||||
username=influx
|
||||
username=influxdb
|
||||
password=password
|
||||
database=database
|
||||
```
|
||||
|
||||
## License
|
||||
|
Loading…
Reference in New Issue
Block a user