mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Update changelog
This commit is contained in:
parent
6e1c9d7600
commit
b0585b2a97
3 changed files with 7 additions and 3 deletions
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
# [0.35.0]
|
||||
|
||||
⚠️ Important ⚠️
|
||||
|
||||
The default `docker-compose.yml` file has been updated to provide sensible defaults for self-hosted production environments. This should not break existing setups, but it's recommended to review your `docker-compose.yml` file and update it accordingly.
|
||||
|
||||
## Added
|
||||
|
||||
- Selection tool on the map now can select points that user can delete in bulk. #433
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@ 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
|
||||
# Leave empty for development
|
||||
# REQUIRED for production and staging environments
|
||||
SECRET_KEY_BASE=
|
||||
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue