Configuration Overview¶
When to use this page¶
Use this page when you need to:
- choose configuration area and provider guides,
- understand where to place secrets and connection values,
- validate deployment-ready configuration.
Configuration model¶
SkyCMS configuration is grouped into four operational categories:
- database,
- storage,
- CDN,
- email.
Cross-cutting topics include multi-tenancy and proxy settings.
Configuration precedence¶
Recommended precedence model:
- environment variables and secret stores,
- environment-specific appsettings,
- base appsettings defaults.
Do not keep production secrets in source-controlled files.
Configuration guides¶
- Database Overview
- Storage Overview
- CDN Overview
- Email Overview
- Multi-Tenancy Configuration
- Proxy Settings