config.json defaults

This commit is contained in:
billchurch 2018-02-08 15:57:17 -05:00
parent 4e68947cb0
commit fdcb21d5de
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
#Docs #Docs
docs docs
./config.json config.json
# Logs # Logs
logs logs

View file

@ -1,6 +1,6 @@
{ {
"listen": { "listen": {
"ip": "192.168.0.71", "ip": "127.0.0.1",
"port": 2222 "port": 2222
}, },
"user": { "user": {