OEBBInfoOrbApp/config/apiserver.conf.default

48 lines
1.1 KiB
Text
Raw Normal View History

2024-10-30 10:43:44 +01:00
apiserver {
port = 8111 //Port to listen to
refreshTime = 60 //Refresh Time in Seconds
2024-11-12 18:02:16 +01:00
bgcolor = "black"
bgcolordelay = "red"
labelcolor = "green"
textcolor = "grey"
textcolordelay = "black"
bgcolormain = "black"
textcolormain = "red"
textcolorupdate = "grey"
2024-10-30 10:43:44 +01:00
monitors {
monitor1 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
2024-10-30 10:43:44 +01:00
}
monitor2 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
2024-10-30 10:43:44 +01:00
}
monitor3 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
2024-10-30 10:43:44 +01:00
}
monitor4 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
2024-10-30 10:43:44 +01:00
}
}
}