fix(network): fix stun error on startup if no network available

Fixed #7
This commit is contained in:
Alexey Kasyanchuk
2018-03-04 00:21:29 +03:00
parent 5832626fd2
commit 3bed2b13cb
3 changed files with 27 additions and 11 deletions

View File

@ -15,7 +15,7 @@ let config = {
sitemapMaxSize: 25000,
sphinx: {
host : 'localhost',
host : '127.0.0.1',
port : 9306,
connectionLimit: 30
},