fixed incorrect ENV variable name for redis url

This commit is contained in:
David Baldwynn 2017-11-21 11:50:35 -08:00
parent 2bd1598a01
commit acb067d626

View File

@ -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'
},