bradtraversy / node_passport_login

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

Fixed case sensitive variable name error #40

Closed ldgmaia closed 5 years ago

ldgmaia commented 5 years ago

changed on line14 from: const db = require('./config/keys').MongoURI; to: const db = require('./config/keys').mongoURI;