From 3afa24ddafdcd3c2855b7914ce058aa975f133cf Mon Sep 17 00:00:00 2001 From: Kanacchi Date: Sat, 14 Jan 2017 16:23:54 -0300 Subject: Update config.sample.js --- config.sample.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.sample.js b/config.sample.js index 56be2a9..3d5a98f 100644 --- a/config.sample.js +++ b/config.sample.js @@ -20,8 +20,7 @@ module.exports = { // If not, which IP's should be able to access? IPs: [ '::1', - '127.0.0.1', - '186.19.241.189' + '127.0.0.1' ] }, @@ -53,4 +52,4 @@ module.exports = { }, useNullAsDefault: true } -} \ No newline at end of file +} -- cgit v1.2.3