fixed incorrect ENV variable name for redis url
This commit is contained in:
parent
2bd1598a01
commit
acb067d626
@ -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'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user