-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Currently, MONGO_URL is written hardcoded in the mongoURL.js.
It affects building local development because every developer has a different environment.
This task is doing;
- Add dotenv module
- Make .env.sample and add to git
- Add MONGO_URL environment to .env.sample
- Add .env to .gitignore
- Replace hardcoded MONGO_URL to env value in the mongoURL.js
Example:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers