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!"
textcancelled = "AUSFALL!"
textnotrun = "Fährt heute nicht"
monitors {
monitor1 {
Title = ""
DepartureTime = ""
TrainType = ""
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 = []
}
db{
server = ""
user = ""
password = ""
database = ""
table = ""
}
}

View file

@ -1,41 +1,26 @@
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 =
}
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 = ""
}
server = ""
user = ""
password = ""
database = ""
table = ""
}
}