# Netlify Production App URL
NEXT_PUBLIC_APP_URL=https://admirable-tulumba-290f5b.netlify.app

# SQLite Configuration
SQLITE_DB_PATH=e:/@@카카오톡 프로그램/쇼핑쇼츠/shopping_factory.db

# Encryption & Security Configuration
BCRYPT_SALT_ROUNDS=10
JWT_SECRET=super-secret-shopping-factory-key-2026

# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=https://your-supabase-id.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here

# AI Service APIs
OPENAI_API_KEY=sk-proj-xxxxxxxxxxxxxxxxxxxxxxxx
GEMINI_API_KEY=AIzaSyXXXXXXXXXXXXXXXXXXXXXX

# TTS Service APIs
ELEVENLABS_API_KEY=el_xxxxxxxxxxxxxxxxxxxxxxxx
TYPECAST_API_KEY=tc_xxxxxxxxxxxxxxxxxxxxxxxx
