Made settings configurable for multiple users
This commit is contained in:
parent
5a99f6b2d8
commit
fb0f87beb6
4 changed files with 173 additions and 15 deletions
|
@ -1,7 +1,13 @@
|
|||
apiserver {
|
||||
port = 8111 //Port to listen to
|
||||
refreshTime = 60 //Refresh Time in Seconds
|
||||
|
||||
db{
|
||||
server =
|
||||
user =
|
||||
password =
|
||||
database =
|
||||
table =
|
||||
}
|
||||
monitors {
|
||||
monitor1 {
|
||||
Title = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue