summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-01-02 05:45:59 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-01-02 05:45:59 +0100
commit55d20f85c1aa4f21067bfdd5322b3ce0d34e36e2 (patch)
tree5d814531f959a193813b5144fa4571a6160b2d09 /examples
parentc5969fc1dcd0e1d47303ee0625994c2b27d9dd70 (diff)
travelynx.conf: add influxdb documentation
Diffstat (limited to 'examples')
-rw-r--r--examples/travelynx.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/travelynx.conf b/examples/travelynx.conf
index 1209345..2f53540 100644
--- a/examples/travelynx.conf
+++ b/examples/travelynx.conf
@@ -46,6 +46,14 @@
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 => {
# To disable outgoing mail for development purposes, uncomment the
# following line. Mails will instead be logged as Mojolicious "info"