From 667f81725a7c9ad248c21a24205545f374098e81 Mon Sep 17 00:00:00 2001 From: kevan <258137678@qq.com> Date: Wed, 26 Feb 2020 19:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=90=E8=A1=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/process.json b/process.json index efbaa34..64b339c 100644 --- a/process.json +++ b/process.json @@ -11,5 +11,10 @@ "NODE_ENV": "production", "PORT":"7051", "EGG_SERVER_ENV":"docker" + }, + "env_prod": { + "NODE_ENV": "production", + "PORT":"7051", + "EGG_SERVER_ENV":"production" } } \ No newline at end of file