From 810efb80b752590f89879c6915ba26fc02c60ac2 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 14 Oct 2022 02:30:25 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/production.js b/server/config/production.js index 26a3eda..502d0f1 100644 --- a/server/config/production.js +++ b/server/config/production.js @@ -9,7 +9,7 @@ module.exports = Object.assign({}, base, { execDir, server: { - ip: '0.0.0.0', + host: '0.0.0.0', port: '12380', },