Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fix - MONGO_USER and MONGO_PASS is written as USERNAME and PASS #7

Open
riyazsarah opened this issue Apr 29, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@riyazsarah
Copy link

As per documentation in README file -
export CLIENT_ID =
export CLIENT_SECRET =
export DOMAIN = http://localhost:8000
export USERNAME =
export PASS =

should be

export CLIENT_ID =
export CLIENT_SECRET =
export DOMAIN = http://localhost:8000
export MONGO_USER =
export MONGO_PASS =

@tusharsnx
Copy link
Owner

@riyazsarah thanks! Can you open a PR with the suggested changes?

@tusharsnx tusharsnx added documentation Improvements or additions to documentation good first issue Good for newcomers labels Apr 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants