mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
travelynx.conf: add validation hint
This commit is contained in:
parent
55d20f85c1
commit
ef0c2f0cd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue