Update config.sample.js

This commit is contained in:
Kanacchi 2017-01-14 16:23:54 -03:00 committed by GitHub
parent b908343a12
commit 3afa24ddaf
1 changed files with 2 additions and 3 deletions

View File

@ -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
}
}
}