Create environment variables template
cgen-931ebaefca0f438aaa23c91ae9d46304
This commit is contained in:
parent
c20613a8be
commit
84f0ccdd20
1 changed files with 6 additions and 0 deletions
6
.env.example
Normal file
6
.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Supabase Configuration
|
||||
VITE_SUPABASE_URL=https://your-project.supabase.co
|
||||
VITE_SUPABASE_ANON_KEY=your-anon-key-here
|
||||
|
||||
# Optional: For production deployments
|
||||
# VITE_SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here
|
||||
Loading…
Reference in a new issue