Files
AnchorOS/.env.example
Marco Gallegos 70437e90c2 Temp: Enable console logs in production for debugging
- Disable removeConsole in production config
- This will help reveal the root cause of API 500 errors
- Will revert after issue is resolved
2026-01-18 15:36:57 -06:00

41 lines
1.2 KiB
Plaintext

# Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here
# Stripe
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key
STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_publishable_key
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret
# Google Calendar
GOOGLE_SERVICE_ACCOUNT_JSON='{"type": "service_account", "project_id": "...", ...}'
GOOGLE_CALENDAR_ID=primary
# WhatsApp (Twilio / Meta)
TWILIO_ACCOUNT_SID=your_account_sid
TWILIO_AUTH_TOKEN=your_auth_token
TWILIO_WHATSAPP_FROM=whatsapp:+14155238886
# NextAuth
# In production, these will be injected by deployment platform (Coolify, Vercel, etc.)
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-nextauth-secret
# Email Service (Resend)
RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# App
# In production, these will be injected by deployment platform (Coolify, Vercel, etc.)
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Formbricks (Surveys - Optional)
NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID=your-environment-id
NEXT_PUBLIC_FORMBRICKS_API_HOST=https://app.formbricks.com
# Optional: Redis para caching
REDIS_URL=redis://redis:6379
# Optional: Analytics
NEXT_PUBLIC_GA_ID=G-XXXXXXXXXX