# Database configuration DATABASE_URL=postgresql+asyncpg://postgres:postgres@db:5432/yuntu_kol POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres POSTGRES_DB=yuntu_kol # Brand API BRAND_API_BASE_URL=https://api.internal.intelligrow.cn # Frontend API URL (for production) NEXT_PUBLIC_API_URL=http://localhost:8000/api/v1 # CORS configuration CORS_ORIGINS=http://localhost:3000,http://frontend:3000