# Environment Configuration # Copy this file to .env and update with your actual values # Database Configuration DB_DSN=mongodb://mango:bango@localhost:27017/?authSource=admin DB_NAME=beats # API Authentication ACCESS_TOKEN=your-secret-token-here # Application Port (when running locally) PORT=7999