|
|
|
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000 |
|
|
NEXT_PUBLIC_APP_NAME=BackgroundFX Pro |
|
|
|
|
|
|
|
|
NEXT_PUBLIC_API_URL=http://localhost:8000 |
|
|
API_KEY=your-api-key-here |
|
|
|
|
|
|
|
|
NEXTAUTH_URL=http://localhost:3000 |
|
|
NEXTAUTH_SECRET=your-nextauth-secret-here |
|
|
|
|
|
|
|
|
GOOGLE_CLIENT_ID=your-google-client-id |
|
|
GOOGLE_CLIENT_SECRET=your-google-client-secret |
|
|
GITHUB_CLIENT_ID=your-github-client-id |
|
|
GITHUB_CLIENT_SECRET=your-github-client-secret |
|
|
|
|
|
|
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/backgroundfx |
|
|
|
|
|
|
|
|
REDIS_URL=redis://localhost:6379 |
|
|
|
|
|
|
|
|
AWS_ACCESS_KEY_ID=your-aws-access-key |
|
|
AWS_SECRET_ACCESS_KEY=your-aws-secret-key |
|
|
AWS_REGION=us-east-1 |
|
|
AWS_S3_BUCKET=backgroundfx-uploads |
|
|
|
|
|
|
|
|
STRIPE_PUBLIC_KEY=pk_test_xxxxx |
|
|
STRIPE_SECRET_KEY=sk_test_xxxxx |
|
|
STRIPE_WEBHOOK_SECRET=whsec_xxxxx |
|
|
|
|
|
|
|
|
NEXT_PUBLIC_GA_ID=G-XXXXXXXXXX |
|
|
NEXT_PUBLIC_MIXPANEL_TOKEN=your-mixpanel-token |
|
|
NEXT_PUBLIC_SENTRY_DSN=your-sentry-dsn |
|
|
|
|
|
|
|
|
NEXT_PUBLIC_ENABLE_VIDEO=true |
|
|
NEXT_PUBLIC_ENABLE_BATCH=true |
|
|
NEXT_PUBLIC_ENABLE_AI_BACKGROUNDS=true |
|
|
|
|
|
|
|
|
RATE_LIMIT_REQUESTS=100 |
|
|
RATE_LIMIT_WINDOW=900000 |
|
|
|
|
|
|
|
|
NEXT_PUBLIC_WS_URL=ws://localhost:8000 |
|
|
|
|
|
|
|
|
NEXT_PUBLIC_CDN_URL=https://cdn.backgroundfx.pro |
|
|
|
|
|
|
|
|
SMTP_HOST=smtp.gmail.com |
|
|
SMTP_PORT=587 |
|
|
SMTP_USER=your-email@gmail.com |
|
|
SMTP_PASS=your-app-password |
|
|
SMTP_FROM=noreply@backgroundfx.pro |