travelynx.conf: add influxdb documentation

This commit is contained in:
Daniel Friesel 2023-01-02 05:45:59 +01:00
parent c5969fc1dc
commit 55d20f85c1
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -46,6 +46,14 @@
spare => 2, spare => 2,
}, },
influxdb => {
# travelynx can log statistics and performance attributes to InfluxDB.
# To do so, create a travelynx database in your InfluxDB, and point url
# (below) to the corresponding write URL. The URL may use anything from
# plain HTTP to HTTPS with password authentication.
## url => 'https://user:password@host/write?db=travelynx',
},
mail => { mail => {
# To disable outgoing mail for development purposes, uncomment the # To disable outgoing mail for development purposes, uncomment the
# following line. Mails will instead be logged as Mojolicious "info" # following line. Mails will instead be logged as Mojolicious "info"