bradtraversy / node_passport_login

Node.js login, registration and access control using Express and Passport
1.74k stars 1.29k forks source link

Case sensitive error - mongoURI key #38

Closed ldgmaia closed 3 years ago

ldgmaia commented 5 years ago

It's just a typo, but is throwing an error. On the file "config/keys.js", the key/value pair is "mongoURI: dbPassword" (lower case "m" on mongoURI). On the file app.js, line 14, is the key is "MongoURI" (uppercase "M").