First set of changes to use config file instead of hard-coded settings.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
screen:
|
||||
width: 1920
|
||||
height: 720
|
||||
font-path: "resources/jd_lcd_rounded.ttf"
|
||||
|
||||
gtfs:
|
||||
routes:
|
||||
- 15A
|
||||
- F1
|
||||
- F2
|
||||
stops:
|
||||
- 1114
|
||||
- 2410
|
||||
data-folder: "/home/nahuel/Downloads"
|
||||
gtfs-url: "https://www.transportforireland.ie/transitData/Data/GTFS_Realtime.zip"
|
||||
realtime-url: "https://api.nationaltransport.ie/gtfsr/v2/gtfsr"
|
||||
realtime-api-key: "Not defined"
|
||||
refresh-seconds: 61
|
||||
Reference in New Issue
Block a user