Преглед на файлове

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

Fix `SMTP_DELIVERY_METHOD` being applied as default configuration
Dominik Sander преди 4 години
родител
ревизия
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