ClouisleClouisle

Configuration

Configure your deployment by environment variables, secrets, network, retrieval, and sandbox

Deployment configuration is split between the root-level source configuration and the deploy/.env Compose configuration. Compose uses service names; source development uses localhost. See the full field reference in Environment Variables.

SECRET_KEY, POSTGRES_PASSWORD, REDIS_PASSWORD, QDRANT_API_KEY, SANDBOX_ARTIFACT_UPLOAD_API_KEY, and INTERNAL_API_TOKEN must be strong random values or come from a Secret manager; never commit .env.

How is this guide?