OEBBInfoOrbApp/config/apiserver.conf.default

47 lines
1.1 KiB
Text

apiserver {
port = 8111 //Port to listen to
refreshTime = 60 //Refresh Time in Seconds
bgcolor = "black"
bgcolordelay = "red"
labelcolor = "green"
textcolor = "grey"
textcolordelay = "black"
bgcolormain = "black"
textcolormain = "red"
textcolorupdate = "grey"
monitors {
monitor1 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
}
monitor2 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
}
monitor3 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
}
monitor4 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
}
}
}