diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-03-30 20:28:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-03-30 20:28:02 +0200 |
commit | 413647661ac92feb38cafec3033cbc7bd07c5dc0 (patch) | |
tree | d1655599308cd14ef45d58e32ceaa5f06963d906 /README.md | |
parent | 160651f0bb465074b3b6ff1a0faa613da5586fb1 (diff) |
allow hafas-rest-api endpoint to be configured
This allows selfhosted installations to be used
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ db-infoscreen respects the following environment variables: | :------- | :------ | :---------- | | DBFAKEDISPLAY\_LISTEN | `http://*:8092` | IP and Port for web service | | DBFAKEDISPLAY\_STATS | _None_ | File in which the total count of backend API requests (excluding those answered from cache) is written | +| DBFAKEDISPLAY\_HAFAS\_API | `https://v5.db.transport.rest` | hafas-rest-api endpoint | | DBFAKEDISPLAY\_HAFAS\_CACHE | `/tmp/dbf-hafas` | Directory for HAFAS cache | | DBFAKEDISPLAY\_IRIS\_CACHE | `/tmp/dbf-iris-mian` | Directory for IRIS schedule cache | | DBFAKEDISPLAY\_IRISRT\_CACHE | `/tmp/dbf-iris-realtime` | Directory for IRIS realtime cache | |