Просмотр исходного кода

Merge pull request #2847 from dsander/fix-env-configuration-for-docker

Fix `SMTP_DELIVERY_METHOD` being applied as default configuration
Dominik Sander 4 лет назад
Родитель
Сommit
df7328eb17
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .env.example

+ 1 - 1
.env.example

@@ -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