aethex-forge/.env
Builder.io d12de546c7 Create .env file for development
cgen-2198c0cacd4d48e8849a11bd52c0c7c7
2025-08-06 00:07:11 +00:00

10 lines
454 B
Bash

# Supabase Configuration
# Replace these with your actual Supabase project credentials
VITE_SUPABASE_URL=https://your-project-ref.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key-here
# Instructions:
# 1. Go to https://supabase.com and create a new project
# 2. Get your project URL and anon key from Settings > API
# 3. Replace the values above with your actual credentials
# 4. Run the SQL migration from SUPABASE_SETUP.md in your Supabase SQL editor