-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 1.13 KB
/
.env.example
File metadata and controls
27 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copy to .env locally. Vite exposes only VITE_* to the client.
#
# Vercel: Project → Settings → Environment Variables — add the same VITE_* keys for
# Production (and Preview if you use preview deploys). Redeploy after changing vars.
#
# Google OAuth:
# 1. Google Cloud: Authorized redirect URIs include https://<project-ref>.supabase.co/auth/v1/callback
# 2. Supabase → Providers → Google: Client ID + Secret
# 3. Supabase → URL configuration: Site URL + Redirect URLs for each origin you use
# Local dev
VITE_SITE_URL=http://localhost:8080
# Production (example — match your Vercel domain, no trailing slash)
# VITE_SITE_URL=https://nft-rental-market.vercel.app
# Required on Vercel so the app uses your Supabase project (not baked-in defaults)
VITE_SUPABASE_URL=https://uzjvabawsqdxyhbaycvv.supabase.co
# VITE_SUPABASE_ANON_KEY=
# Explore tab: display-only “site token” label next to SOL (not on-chain until you add SPL settlement)
# VITE_SITE_TOKEN_SYMBOL=MKT
# VITE_SITE_TOKENS_PER_SOL=100
# Repo link in nav + demo banner (optional if you fork)
# VITE_GITHUB_REPO_URL=https://github.com/Vivek23456/NFT-RENTAL-MARKETPLACE