forked from Cliffbreak/tsviewer
added config.json
This commit is contained in:
parent
50b56687eb
commit
e4556869fe
2 changed files with 14 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,4 +13,3 @@
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Custom Blacklist
|
# Custom Blacklist
|
||||||
config.json
|
|
14
config.json
Normal file
14
config.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"user": {
|
||||||
|
"name": "serveradmin",
|
||||||
|
"password": ""
|
||||||
|
},
|
||||||
|
"serverTS": {
|
||||||
|
"ip": "127.0.0.1",
|
||||||
|
"portServer": 9987,
|
||||||
|
"portQuery": 10011
|
||||||
|
},
|
||||||
|
"serverWeb": {
|
||||||
|
"port": 80
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue