# MongoDB Configuration Example # Copy this file to .env and update with your values # The script will prompt for these values on first run MONGO_USERNAME=admin MONGO_PASSWORD=password MONGO_DATABASE=adastradb MONGO_PORT=27017 MONGO_EXPRESS_PORT=8081 MONGO_EXPRESS_USERNAME=dev MONGO_EXPRESS_PASSWORD=dev