6 lines
210 B
Text
6 lines
210 B
Text
|
|
# Copy this to .env.local for local dev
|
||
|
|
# In Dokploy, set these as environment variables directly
|
||
|
|
|
||
|
|
NEXT_PUBLIC_SUPABASE_URL=https://your-supabase.yourdomain.com
|
||
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
|