# Database DATABASE_URL="postgresql://vidreview:vidreview123@localhost:5432/vidreview" # JWT JWT_SECRET="your-super-secret-jwt-key-change-this-in-production" JWT_EXPIRES_IN="7d" # Server API_PORT=3001 NODE_ENV=development # File Storage (relative to api container) UPLOAD_DIR="./uploads" MAX_FILE_SIZE_MB=500 # Frontend NEXT_PUBLIC_API_URL="http://localhost:3001"