Add SMTP indication in example.env

See also https://forum.farmbot.org/t/how-to-configure-smtp-with-gmail/5714
pull/1657/head
Pitou 2020-01-09 11:25:42 +01:00
parent 547a73727f
commit 6f699a72a2
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ SMTP_PORT=587
# Delete these if you aren't a send grid customer.
SENDGRID_PASSWORD=Used by FarmBot, Inc
SENDGRID_USERNAME=Used by FarmBot, Inc
# If you're using other SMTP server (like Gmail) use this.
#SMTP_USERNAME=email@gmail.com
#SMTP_PASSWORD=password
# Used by people who pay for managed database hosting.
# Most users should delete this.
DATABASE_URL=postgres://user:password@host:5432/db_name