From acb067d6262af8d883df003b11162c5cf08e9cdd Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 21 Nov 2017 11:50:35 -0800 Subject: [PATCH] fixed incorrect ENV variable name for redis url --- scripts/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.js b/scripts/setup.js index ba5015af..f3f91049 100644 --- a/scripts/setup.js +++ b/scripts/setup.js @@ -180,7 +180,7 @@ var questionsPart2 = [ }, { type: 'input', - name: 'MONGODB_URI', + name: 'REDIS_URL', message: 'What is the URI of your Redis installation?', default: 'redis://127.0.0.1:6379' },