# MongoDB
MONGODB_URI=mongodb://localhost:27018/sportpulse

# API Server
API_PORT=3001
NODE_ENV=development

# Use JSON file as data store (no MongoDB required)
USE_JSON_STORE=true
