Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Please change the MONGO_DB_PASS #1

Open
ghost opened this issue Aug 19, 2016 · 1 comment
Open

Please change the MONGO_DB_PASS #1

ghost opened this issue Aug 19, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 19, 2016

It does not match the .env.example, so change line

const MONGO_PASS = process.env.MONGO_DB_PASS;

to

const MONGO_PASS = process.env.MONGO_PASS;

otherwise it throws a mongo auth error.

@ibolmo
Copy link
Owner

ibolmo commented Aug 19, 2016

Nice! Create a PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant