25 lines
603 B
Text
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 = ""
|
|
}
|
|
}
|