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
|
||||||
docs
|
docs
|
||||||
|
|
||||||
./config.json
|
config.json
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"listen": {
|
"listen": {
|
||||||
"ip": "192.168.0.71",
|
"ip": "127.0.0.1",
|
||||||
"port": 2222
|
"port": 2222
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
|
|
Loading…
Reference in a new issue