mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-23 05:28:53 +00:00
Add mail setting's env vars for development
This commit is contained in:
@@ -22,6 +22,13 @@ CURRENCY: AUD
|
||||
# See: config/schedule.rb
|
||||
#SCHEDULE_NOTIFICATIONS: admin@example.com
|
||||
|
||||
# Mail settings
|
||||
MAIL_HOST: 'example.com'
|
||||
MAIL_DOMAIN: 'example.com'
|
||||
MAIL_PORT: 25
|
||||
SMTP_USERNAME: 'ofn'
|
||||
SMTP_PASSWORD: 'f00d'
|
||||
|
||||
# SingleSignOn login for Discourse
|
||||
#
|
||||
# DISCOURSE_SSO_SECRET should be a random string. It must be the same as provided to your Discourse instance.
|
||||
|
||||
Reference in New Issue
Block a user