Use private ip

This commit is contained in:
Chi Vinh Le
2017-12-21 12:31:36 +01:00
parent 7d71452ab5
commit 3776c4d050
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const uniq = require('lodash/uniq');
const ms = require('ms');
const debug = require('debug')('talk:config');
const localAddress = require('ip').address();
const localAddress = require('ip').address('private');
//==============================================================================
// CONFIG INITIALIZATION
+1
View File
@@ -2,6 +2,7 @@ module.exports = {
'@tags': ['install'],
before: (client) => {
client.setWindowPosition(0, 0);
client.resizeWindow(1600, 1200);
},