# Run in HTTP (dev) mode by default so a local LIM can reach this MM over the
# http:// base_url declared in res.json. Set to false for production HTTPS.
DEVELOPMENT_MODE=true

HOST=0.0.0.0
PORT=8000
UVICORN_LOG_LEVEL=info
