# Configure the MongoDB database instance
MONGODB_URI=mongodb+srv://username:password@localhost
MONGODB_DB_NAME=hipograf

# Configure the Flask application 
# for development or production environment
FLASK_ENV=development
FLASK_DEBUG=True

# HIPPO AI - Get your key from https://console.groq.com
GROQ_API_KEY=gsk_your_api_key_here

# Device Integration
# Samsung Health is the only supported provider. Data flows in via the
# Hipograf Companion Android app, which reads from Health Connect and
# POSTs to /api/devices/sync/samsung_health. No env vars are required.
