Back to docs
Configuration
Backend Configuration
Environment variables and service settings for the control plane.
Required
DAGY_FLOWSDAGY_DEPLOYMENTSDAGY_SCHEDULESDAGY_RUNSDAGY_TASK_RUNS
Optional
DAGY_ARTIFACT_BUCKET: S3 bucket for packaged flow artifacts (artifact.zip) and flow specs.DAGY_EVENTS_QUEUE_URL: SQS queue URL used for asynchronous Dagy events.AWS_REGION: AWS region for database and S3.
JWT auth
DAGY_JWT_REQUIRED: enable JWT validation (true/false).DAGY_JWT_ISSUER: expected issuer.DAGY_JWT_AUDIENCE: expected audience.DAGY_JWKS_URL: JWKS endpoint for signature validation.