diff options
| -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 +} |