Skip to content

Commit

Permalink
Merge pull request #275 from ArshadChowdhury/fix-updated-contributing…
Browse files Browse the repository at this point in the history
…-doc

docs: Updated contributing doc where env local had different domains
  • Loading branch information
hemantwasthere authored Oct 31, 2023
2 parents 1c63aed + 54405d6 commit c727251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ To set up the development environment locally, follow these steps [Quick video g
```
NEXT_PUBLIC_AWS_API_URL=http://localhost:8000/development
NEXT_PUBLIC_APP_DASHBOARD_DOMAIN=app
NEXT_PUBLIC_APP_DOMAIN=localhost:3000
NEXT_PUBLIC_APP_PUBLIC_DOMAIN=localhost:3000
NEXT_PUBLIC_APP_CUSTOM_DOMAIN=localhost:3000
```

You can also find similar environment variables in `.env.example`.
Expand Down

0 comments on commit c727251

Please sign in to comment.