## Postgres (the migrated DB) DATABASE_URL="postgresql://chpark@localhost:5432/slot" DATABASE_LEGACY_URL="postgresql://chpark@localhost:5432/slot_legacy" ## Redis (cache + BullMQ) REDIS_URL="redis://localhost:6379" ## Auth AUTH_SECRET="change-me-32-chars-minimum-please-rotate" AUTH_URL="http://localhost:3000" ## App NEXT_PUBLIC_APP_URL="http://localhost:3000" NEXT_PUBLIC_API_URL="http://localhost:4000" ## Theme default (overridable in DB app_settings) THEME_DEFAULT="eyoom" ## S3-compatible object storage (R2 / MinIO / AWS) S3_ENDPOINT="" S3_REGION="auto" S3_BUCKET="slot-uploads" S3_ACCESS_KEY="" S3_SECRET_KEY="" ## OpenAI / Anthropic (chatbot) OPENAI_API_KEY="" ANTHROPIC_API_KEY=""