diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/travelynx.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/travelynx.conf b/examples/travelynx.conf index 0499796..47bc92c 100644 --- a/examples/travelynx.conf +++ b/examples/travelynx.conf @@ -5,6 +5,16 @@ # 'localhost'. { + # Base URL of this travelynx installation, e.g. "https://travelynx.de" for + # travelynx.de. Used to identify this travelynx instance when performing API + # requests (so API providers know whom to contact case of issues) and for + # imprint and other links in travelynx E-Mails. Note that this entry is + # only used when travelynx is performing requests or sending E-mails from + # a "work", "worker", or "maintenance" job. Otherwise, it will infer the + # base URL from the HTTP request. If your travelynx instance is reachable + # via multiple URLs, use any one of them. + base_url => Mojo::URL->new('https://FIXME.local'), + # travelynx relies on several backend projects. You may override the # defaults to use other (e.g. self-hosted) instances. backend => { |