Skip to content

Commit

Permalink
Informational Update
Browse files Browse the repository at this point in the history
1. Added Postman Collection
2. Update Readme to include documentation on how to use .env
  • Loading branch information
ahmadabdulnasir committed Jun 21, 2022
1 parent b0113a2 commit abb6641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The `--reload` flag will detect file changes and restart the server automaticall

## Using .env File for Environmental Variables

1. Create an empty file named .env in ./backend/src/.env
1. Create an empty file named `.env` in `./backend/src/.env`
2. Edit the .env file and add your Variables:
- AUTH0_DOMAIN
- ALGORITHMS
Expand Down

0 comments on commit abb6641

Please sign in to comment.