PORT=3000 NODE_ENV=development # Database Configuration (Optional - for database-backed configuration) # Simply set DB_URL to enable database mode (auto-detected) # DB_URL=postgresql://mcphub:password@localhost:5432/mcphub # Or explicitly control with USE_DB (overrides auto-detection) # USE_DB=true