diff options
| author | Kanacchi <[email protected]> | 2017-01-14 16:23:54 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-14 16:23:54 -0300 |
| commit | 3afa24ddafdcd3c2855b7914ce058aa975f133cf (patch) | |
| tree | f58e352308ec35cee0e7ab434bdac702ec9d86ce | |
| parent | Removed unused files (diff) | |
| download | host.fuwn.me-3afa24ddafdcd3c2855b7914ce058aa975f133cf.tar.xz host.fuwn.me-3afa24ddafdcd3c2855b7914ce058aa975f133cf.zip | |
Update config.sample.js
| -rw-r--r-- | config.sample.js | 5 |
1 files 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 +} |