OEBBInfoOrbApp/config/apiserver.conf.default
2025-06-09 15:32:11 +02:00

25 lines
603 B
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"
textcolornotrun = "orange"
bgcolornotrun = "black"
textok = "On Time"
texterror = "FEHLER!"
textcancelled = "AUSFALL!"
textnotrun = "Fährt heute nicht"
db{
server = ""
user = ""
password = ""
database = ""
table = ""
}
}