# Database Configuration DB_HOST=localhost DB_PORT=5432 DB_NAME=dataflow DB_USER=postgres DB_PASSWORD=your_password_here # API Configuration API_PORT=3000 NODE_ENV=development