added config.json

This commit is contained in:
Hendrik Schlehlein 2019-01-31 19:59:26 +01:00
parent 50b56687eb
commit e4556869fe
2 changed files with 14 additions and 1 deletions

1
.gitignore vendored
View file

@ -13,4 +13,3 @@
*.out
# Custom Blacklist
config.json

14
config.json Normal file
View file

@ -0,0 +1,14 @@
{
"user": {
"name": "serveradmin",
"password": ""
},
"serverTS": {
"ip": "127.0.0.1",
"portServer": 9987,
"portQuery": 10011
},
"serverWeb": {
"port": 80
}
}