瀏覽代碼

no message

Jonathan Starck 3 年之前
父節點
當前提交
1287feac43
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/config.js

+ 1 - 1
config/config.js

@@ -1,5 +1,5 @@
 let config = {
-	address: ['localhost', '127.0.0.1', '::1', '0.0.0.0', '::']
+	address: 'localhost',
 	port: 8080,
 	basePath: '/',
 	ipWhitelist: [],