Update .env.example

This commit is contained in:
Andrew Cantino 2014-01-15 16:07:42 -08:00
parent a5321938e7
commit 1b4c2ead30

View file

@ -36,6 +36,10 @@ DATABASE_PASSWORD=""
# Outgoing email settings. To use Gmail or Google Apps, put your Google Apps domain or gmail.com
# as the SMTP_DOMAIN and your Gmail username and password as the SMTP_USER_NAME and SMTP_PASSWORD.
#
# PLEASE NOTE: In order to enable emails locally (e.g., when not in the production Rails environment),
# you must also change config.action_mailer.perform_deliveries in config/environments/development.rb.
SMTP_DOMAIN=your-domain-here.com
SMTP_USER_NAME=you@gmail.com
SMTP_PASSWORD=somepassword