travelynx.conf: add validation hint

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

View file

@ -2,7 +2,7 @@
# travelynx.conf must be a valid perl hash reference. String values must be
# quoted and hash items must end with a comma. You can access environment
# variables via $ENV, e.g. by writing $ENV{TRAVELYNX_DB_HOST} instead of
# 'localhost'.
# 'localhost'. You can validate via 'perl -c travelynx.conf'.
{
# Base URL of this travelynx installation, e.g. "https://travelynx.de" for