From 26948ad71aa0713f9ca5564bc4a81c18f1235446 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Tue, 23 Jan 2018 21:55:01 -0800 Subject: [PATCH] Circle env --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 8b8777db1..6d7673c8f 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: services: - redis environment: - ENVIRONMENT: test + NODE_ENV: test PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" SECRET_KEY: F0E5AD933D7F6FD8F4DBB3E038C501C052DC0593C686D21ACB30AE205D2F634B DATABASE_URL_TEST: postgres://ubuntu@localhost:5432/circle_test