mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: update example config in README
This commit is contained in:
@@ -49,9 +49,14 @@ I added an [example config](config.json.example):
|
||||
},
|
||||
"connections": {
|
||||
"stations": [
|
||||
""
|
||||
"Berlin Hauptbahnhof",
|
||||
"Amsterdam",
|
||||
"Helsinki"
|
||||
],
|
||||
"blacklist": [
|
||||
"OTHER",
|
||||
"RIDE_SHARING"
|
||||
],
|
||||
"blacklist": [],
|
||||
"min_duration": 5,
|
||||
"max_duration": null,
|
||||
"max_wait_time": 6,
|
||||
@@ -62,8 +67,10 @@ I added an [example config](config.json.example):
|
||||
"voice": [
|
||||
{
|
||||
"enabled": false,
|
||||
"stations": {
|
||||
"end_stations": {
|
||||
"general": "general.aac",
|
||||
},
|
||||
"stops": {
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user