mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Fix docker-compose example quoting (fix #1164)
This commit is contained in:
parent
f2ac083396
commit
7ef954eaad
2 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ This document describes changes between each past release.
|
|||
|
||||
## 6.0.1 (unreleased)
|
||||
|
||||
|
||||
- Nothing changed yet.
|
||||
### Fixed
|
||||
- Fix docker-compose example (#1164)
|
||||
|
||||
|
||||
## 6.0.0 (2023-07-13)
|
||||
|
|
|
@ -13,7 +13,7 @@ services:
|
|||
- ALLOW_PUBLIC_PROJECT_CREATION=True
|
||||
- BABEL_DEFAULT_TIMEZONE=UTC
|
||||
- GREENLET_TEST_CPP=no
|
||||
- MAIL_DEFAULT_SENDER="Budget manager <admin@example.com>"
|
||||
- MAIL_DEFAULT_SENDER=Budget manager <admin@example.com>
|
||||
- MAIL_PASSWORD=
|
||||
- MAIL_PORT=25
|
||||
- MAIL_SERVER=localhost
|
||||
|
|
Loading…
Reference in a new issue