38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# Application Configuration
|
|
# Production domain: kymr.top
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
NEXT_PUBLIC_SITE_URL=https://kymr.top
|
|
NEXT_PUBLIC_APP_NAME="KYMR.TOP - Game Development Tools"
|
|
|
|
# Database (Phase 6)
|
|
# DATABASE_URL="postgresql://..."
|
|
|
|
# NextAuth (Phase 6)
|
|
# NEXTAUTH_URL=http://localhost:3000
|
|
# NEXTAUTH_SECRET="your-secret-here"
|
|
|
|
# OAuth (Phase 6)
|
|
# 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"
|
|
|
|
# AI Services (Phase 5)
|
|
# REPLICATE_API_TOKEN="your-replicate-token"
|
|
# OPENAI_API_KEY="your-openai-api-key"
|
|
|
|
# Storage Service (Production)
|
|
# CLOUDFLARE_R2_ACCOUNT_ID="your-account-id"
|
|
# CLOUDFLARE_R2_ACCESS_KEY_ID="your-access-key"
|
|
# CLOUDFLARE_R2_SECRET_ACCESS_KEY="your-secret-key"
|
|
# CLOUDFLARE_R2_BUCKET_NAME="mini-game-ai"
|
|
|
|
# Payment (Phase 6)
|
|
# STRIPE_PUBLIC_KEY="your-stripe-public-key"
|
|
# STRIPE_SECRET_KEY="your-stripe-secret-key"
|
|
# STRIPE_WEBHOOK_SECRET="your-webhook-secret"
|
|
|
|
# File Upload Limits
|
|
MAX_FILE_SIZE=52428800
|
|
MAX_FILE_SIZE_PREMIUM=524288000
|