# Taschengeld Production Environment Configuration # Copy this file to .env and update the values # Database Configuration # IMPORTANT: Use a strong password with letters and numbers only (no special characters) DB_USER=postgres DB_PASSWORD=YourSecurePassword123 DB_DATABASE=tgeld # Application Configuration # These settings are pre-configured and typically don't need changes NODE_ENV=production NEXT_TELEMETRY_DISABLED=1 # Network Configuration (optional) # Uncomment and modify if you need different ports # APP_PORT=8071 # Default external port (maps to internal 3000) # DB_PORT=5432