OEBBInfoOrbApp/config/apiserver.conf.default

26 lines
603 B
Text
Raw Permalink 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"
textcolornotrun = "orange"
bgcolornotrun = "black"
2025-02-16 21:49:16 +01:00
textok = "On Time"
texterror = "FEHLER!"
textcancelled = "AUSFALL!"
textnotrun = "Fährt heute nicht"
2025-06-09 15:32:11 +02:00
db{
server = ""
user = ""
password = ""
database = ""
table = ""
2024-10-30 10:43:44 +01:00
}
}