2019-05-19 18:00:07 +02:00
|
|
|
; =====================================
|
|
|
|
; VRR_ACCOUNTABILITY CONFIGURATION FILE
|
|
|
|
; =====================================
|
|
|
|
; You may generate a configuration file using ./monitor.py -s
|
|
|
|
|
2019-05-18 22:54:37 +02:00
|
|
|
[crawl]
|
|
|
|
; A valid EFA station ID. This can be obtained in the Öffi "departures" view or by inspecting
|
|
|
|
; the regular POST requests on abfahrtsmonitor.vrr.de.
|
|
|
|
station_id=20021002
|
|
|
|
; The server allows filtering by transport mode. Set those preferences here.
|
|
|
|
use_long_distance=yes
|
|
|
|
use_regional_trains=yes
|
|
|
|
use_commuter_trains=yes
|
|
|
|
use_underground_trains=yes
|
|
|
|
use_trams=yes
|
|
|
|
use_buses=yes
|
|
|
|
use_elevated_trains=yes
|
|
|
|
; The server allows filtering by line and direction. These line names can be
|
|
|
|
; obtained by inspecting the POST requests on abfahrtsmonitor.vrr.de.
|
2019-05-19 18:00:07 +02:00
|
|
|
use_lines=rbg:70070: :H,rbg:70070: :R,rbg:70076: :H,rbg:70076: :H
|
2019-05-18 22:54:37 +02:00
|
|
|
|
|
|
|
[db]
|
|
|
|
user=vrr
|
|
|
|
pass=vrr
|
|
|
|
database=vrr
|
|
|
|
host=localhost
|