Skip to content

Commit 5d641c7

Browse files
committed
Fix template
1 parent c140a40 commit 5d641c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ BASE_URL=
4444
# store settings in db except those that must stay in config.php. true/false, defaults to false
4545
ENABLE_DB_SETTINGS=
4646

47-
# Defines what mail system to use defaults to 'mail' which is provided in docker-compose.yml
48-
SMTP_FQDN=mail
47+
# defines the FQDN of the mail sub-system (defaults to 'mail')
48+
# SMTP_FQDN=
4949

5050
# optional and used by the mail sub-system
5151
SMARTHOST_ADDRESS=

0 commit comments

Comments
 (0)