From 8fa3bc71b17f2985583cd490d7b66acdce1dc468 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Fri, 24 Apr 2020 01:44:47 +0100 Subject: [PATCH] updating environment config --- .ebextensions/04-environment.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ebextensions/04-environment.config b/.ebextensions/04-environment.config index c0e7173..72d8af5 100644 --- a/.ebextensions/04-environment.config +++ b/.ebextensions/04-environment.config @@ -1,2 +1,3 @@ option_settings: - NODE_ENV: production + - option_name: NODE_ENV + value: production