config.json defaults
This commit is contained in:
parent
4e68947cb0
commit
fdcb21d5de
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
#Docs
|
||||
docs
|
||||
|
||||
./config.json
|
||||
config.json
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"listen": {
|
||||
"ip": "192.168.0.71",
|
||||
"ip": "127.0.0.1",
|
||||
"port": 2222
|
||||
},
|
||||
"user": {
|
||||
|
|
Loading…
Reference in a new issue