24 lines
765 B
Bash
24 lines
765 B
Bash
# Clerk Authentication
|
|
PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_your_key_here
|
|
CLERK_SECRET_KEY=sk_test_your_key_here
|
|
|
|
# Components Data URL
|
|
PUBLIC_COMPONENTS_JSON_URL=https://www.aitmpl.com/components.json
|
|
|
|
# GitHub OAuth (for "Send to Repo" feature)
|
|
PUBLIC_GITHUB_CLIENT_ID=your_github_oauth_app_client_id
|
|
GITHUB_CLIENT_SECRET=your_github_oauth_app_client_secret
|
|
|
|
# Supabase (download tracking)
|
|
SUPABASE_URL=https://xxx.supabase.co
|
|
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
|
|
|
|
# Neon Database
|
|
NEON_DATABASE_URL=postgresql://user:pass@host/db?sslmode=require
|
|
|
|
# Discord
|
|
DISCORD_APP_ID=your_discord_app_id
|
|
DISCORD_BOT_TOKEN=your_discord_bot_token
|
|
DISCORD_PUBLIC_KEY=your_discord_public_key
|
|
DISCORD_WEBHOOK_URL_CHANGELOG=https://discord.com/api/webhooks/xxx
|