mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-18 12:51:43 +00:00
Update .env.example
This commit is contained in:
parent
a5321938e7
commit
1b4c2ead30
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue