瀏覽代碼

Update config.sample.js

Kanacchi 7 年之前
父節點
當前提交
3afa24ddaf
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      config.sample.js

+ 2 - 3
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
 	}
-}
+}