DATABASE_URL=postgres://mcmapper:mcmapper@postgres:5432/mcmapper REDIS_URL=redis://redis:6379 # See api/.env.example for what this points at and why — same shared MinIO instance/bucket, # same rule: MINIO_SECRET_KEY is real, set it in an untracked `.env` next to this file, never here. MINIO_ENDPOINT=192.168.0.3 MINIO_PORT=28205 MINIO_USE_SSL=false MINIO_ACCESS_KEY=mcmapper MINIO_SECRET_KEY=changeme-set-in-untracked-env # cpu | gpu | hybrid — see render::backend. Only `cpu` exists so far (Phase 8 adds gpu/hybrid). RENDER_BACKEND=cpu