Updated Config

This commit is contained in:
genuineparts 2025-06-09 15:32:11 +02:00
parent fb0f87beb6
commit 6b8a1444df
2 changed files with 26 additions and 73 deletions

View file

@ -15,43 +15,11 @@ apiserver {
texterror = "FEHLER!" texterror = "FEHLER!"
textcancelled = "AUSFALL!" textcancelled = "AUSFALL!"
textnotrun = "Fährt heute nicht" textnotrun = "Fährt heute nicht"
db{
monitors { server = ""
monitor1 { user = ""
Title = "" password = ""
DepartureTime = "" database = ""
TrainType = "" table = ""
Station = ""
FinalStop = ""
maxjourneys = 1
notRunningDays = []
}
monitor2 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
notRunningDays = []
}
monitor3 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
notRunningDays = []
}
monitor4 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
maxjourneys = 1
notRunningDays = []
}
} }
} }

View file

@ -1,41 +1,26 @@
apiserver { apiserver {
port = 8111 //Port to listen to port = 8111 //Port to listen to
refreshTime = 60 //Refresh Time in Seconds 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{ db{
server = server = ""
user = user = ""
password = password = ""
database = database = ""
table = table = ""
}
monitors {
monitor1 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
}
monitor2 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
}
monitor3 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
}
monitor4 {
Title = ""
DepartureTime = ""
TrainType = ""
Station = ""
FinalStop = ""
}
} }
} }