Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenuyD authored Oct 7, 2023
1 parent c20cb09 commit 0a0c879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To set up the development environment locally, follow these steps:
4. Set up your `.env` file:

- Duplicate `.env.example` to `.env`.
- Use DATABASE_URL is postgressql://postgres:password@localhost:5432/review
- Use DATABASE_URL is postgresql://postgres:password@localhost:5432/review
- Use JWT_SECRET is anything you want ex:Superman123

5. Set up schemas:
Expand Down

0 comments on commit 0a0c879

Please sign in to comment.