Browse Source

Update config.sample.js

Kanacchi 7 năm trước cách đây
mục cha
commit
3afa24ddaf
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  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
 	}
-}
+}