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