summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-11-09 18:14:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2022-11-09 18:14:07 +0100
commitc26c8820f296de41ce7093416b584cfdb6b657fa (patch)
treee00798de3b1966840cc6d82736fe8d13abe2b0bb /examples
parentfc05987b14924e51c37092876e7c156b748b457b (diff)
Switch to internal HAFAS client for connection details
Diffstat (limited to 'examples')
-rw-r--r--examples/travelynx.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/travelynx.conf b/examples/travelynx.conf
index 47bc92c..1209345 100644
--- a/examples/travelynx.conf
+++ b/examples/travelynx.conf
@@ -15,12 +15,6 @@
# 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 => {
- hafas_rest_api => 'https://v5.db.transport.rest',
- },
-
# Cache directories for schedule and realtime data. Mandatory. The parent
# directory ('/var/cache/travelynx' in this case) must already exist.
cache => {