Configuration¶
wagtail-unveil is configured via Django settings or environment variables.
In This Section¶
- Settings Reference — All
WAGTAIL_UNVEIL_*settings with defaults and examples
Quick Reference¶
| Setting | Default | Purpose |
|---|---|---|
WAGTAIL_UNVEIL_API_KEY |
— | Bearer token for JSON API authentication |
WAGTAIL_UNVEIL_ENABLE_PRODUCTION_REPORTS |
False |
Explicit opt-in for superuser HTML report access when DEBUG=False |
WAGTAIL_UNVEIL_PLATFORM_DEPENDENCY_FILE |
— | Dependency manifest used by the platform runtime API |
WAGTAIL_UNVEIL_PAGES_PER_TYPE |
1 |
Max page instances per type in frontend discovery |
WAGTAIL_UNVEIL_SKIP_URL_PREFIXES |
[] |
URL prefixes to exclude from discovery |
Related¶
- Getting Started — Set up the API key
- Features — See how configuration affects reports
- API Reference — API authentication details
- Documentation Index — Back to overview