Updated Config
This commit is contained in:
parent
fb0f87beb6
commit
6b8a1444df
2 changed files with 26 additions and 73 deletions
|
@ -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 = ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = ""
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue