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
|
# 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
|
# 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
|
# 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
|
# Base URL of this travelynx installation, e.g. "https://travelynx.de" for
|
||||||
|
|
Loading…
Reference in a new issue