summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-03-30 20:28:02 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-03-30 20:28:02 +0200
commit413647661ac92feb38cafec3033cbc7bd07c5dc0 (patch)
treed1655599308cd14ef45d58e32ceaa5f06963d906 /README.md
parent160651f0bb465074b3b6ff1a0faa613da5586fb1 (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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd0c18f..8824aba 100644
--- a/README.md
+++ b/README.md
@@ -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 |