Skip to content

Commit

Permalink
Fix SMTP_DELIVERY_METHOD being applied as default configuration
Browse files Browse the repository at this point in the history
The docker initialization scripts (for some reason) require a space
after the `#` comment characters in the `.env.example` configuration to
not apply the configuration values for some reason.

Fixes #2846
  • Loading branch information
dsander committed Jul 21, 2020
1 parent 6be22b5 commit 9f7ff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Expand Up @@ -107,7 +107,7 @@ IMPORT_DEFAULT_SCENARIO_FOR_ALL_USERS=true

# Uncomment if you want to use `/usr/sbin/sendmail` to send email instead of SMTP.
# This option is ignored unless RAILS_ENV=production, and setting it to `sendmail` causes the settings in the rest of this section (except EMAIL_FROM_ADDRESS) to be ignored.
#SMTP_DELIVERY_METHOD=sendmail
# SMTP_DELIVERY_METHOD=sendmail

SMTP_DOMAIN=your-domain-here.com
SMTP_USER_NAME=you@gmail.com
Expand Down

0 comments on commit 9f7ff67

Please sign in to comment.