transitous rewrite: update example config in README

This commit is contained in:
Kaaninchen
2026-08-18 13:25:47 +02:00
parent 4a73ec6ef2
commit 000492f320
+10 -3
View File
@@ -49,9 +49,14 @@ I added an [example config](config.json.example):
}, },
"connections": { "connections": {
"stations": [ "stations": [
"" "Berlin Hauptbahnhof",
"Amsterdam",
"Helsinki"
],
"blacklist": [
"OTHER",
"RIDE_SHARING"
], ],
"blacklist": [],
"min_duration": 5, "min_duration": 5,
"max_duration": null, "max_duration": null,
"max_wait_time": 6, "max_wait_time": 6,
@@ -62,8 +67,10 @@ I added an [example config](config.json.example):
"voice": [ "voice": [
{ {
"enabled": false, "enabled": false,
"stations": { "end_stations": {
"general": "general.aac", "general": "general.aac",
},
"stops": {
} }
} }
] ]