فهرست منبع

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