Skip to content

Commit

Permalink
docs: update .env.sample
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Arce <[email protected]>
  • Loading branch information
raphael-arce committed Oct 14, 2024
1 parent 64810dd commit 3314528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ VITE_SUPABASE_URL=http://localhost:54321
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0

# Other
# The port is only used for local development / tests
VITE_PORT=5173
# the port is only used for local development / tests. In production, use the absolute URL without port.
VITE_BASE_URL=http://localhost:${VITE_PORT}
VITE_RECOVERY_AUTH_REDIRECT_URL=${VITE_BASE_URL}/profile/reset-password
TEST_SUPABASE_INBUCKET_URL=http://localhost:54324

0 comments on commit 3314528

Please sign in to comment.