Skip to content

Commit

Permalink
Merge pull request #29 from pratyushsingha/login_redirection_fix
Browse files Browse the repository at this point in the history
refactor: Add .env.example for env configurations in local development
  • Loading branch information
pratyushsingha authored Oct 23, 2024
2 parents a6ec84a + 77f9f6c commit d32e56c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
VITE_BACKEND_URL= # YOUR_BACKEND_URL
VITE_PUSHER_CLUSTER= # YOUR_PUSHER_CLUSTER
VITE_PUSHER_APP_ID= # YOUR_PUSHER_APP_ID
VITE_FRONTEND_URL= # YOUR_FRONTEND_URL
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env

0 comments on commit d32e56c

Please sign in to comment.