Update changelog

This commit is contained in:
Eugene Burmakin 2025-11-07 23:52:58 +01:00
parent c05402b6f3
commit a6687eca18
2 changed files with 1 additions and 3 deletions

View file

@ -26,9 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `docker-compose.yml` file updated to provide sensible defaults for self-hosted production environment.
- .env.example file added with default environment variables.
- Single Dockerfile introduced so Dawarich could be run in self-hosted mode in production environment.
- [x] Check if with no changes to docker-compose.yml everything still works as before.
- [x] Deploy to Staging and test again.
- [ ] Run self-hosted instance with production env
# [0.34.2] - 2025-10-31

View file

@ -70,6 +70,7 @@ STORAGE_BACKEND=local
# Secret key base for production/staging
# Generate with: openssl rand -hex 64
# Leave empty for development (will auto-generate)
# Required for production and staging environments
SECRET_KEY_BASE=
# =============================================================================