Environments
Configuration
environments:
development:
runtime: local
staging:
runtime: kubernetes
cluster: staging
production:
runtime: kubernetes
cluster: production
approval_required: true
`
## See Also
- [Environment Setup](/docs/getting-started/environment-setup)
- [Deployment](/docs/deployment/overview)