Environment Variables
All configuration keys available through .env. The listed values are the defaults applied if the variable is missing.
| Section | Content |
|---|---|
| Application & Server | DEBUG, BASE_DIR, IP_SERVER, PORT, SECRET_KEY, DB, Redirects |
| Assets & Media | STATICFILES_DIRS, MEDIA_ROOT, TEMPLATES_DIR and associated URLs |
| Security & Sessions | ALLOWED_HOSTS, CSP, Middlewares, Sessions |
Internationalisation (CLI)
| Variable | Default | Description |
|---|---|---|
LANG | system locale | CLI language (fr, en, de, es, it, pt, ja, zh, ru). Priority: .env > system locale (LC_ALL, LC_MESSAGES) > en |