From 55d20f85c1aa4f21067bfdd5322b3ce0d34e36e2 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 2 Jan 2023 05:45:59 +0100 Subject: travelynx.conf: add influxdb documentation --- examples/travelynx.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples') 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" -- cgit v1.2.3