Skip to content

Commit

Permalink
add smtp settings to sample_env
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfranzen committed Sep 12, 2020
1 parent fa0d227 commit cd79594
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion env_sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ DEVISE_SECRET_KEY=replace-this-key-with-a-secret
[email protected]
IS_HTTP_AUTH_PROTECTED=false
HTTP_AUTH_USER=demo
HTTP_AUTH_PASSWORD=demo1234
HTTP_AUTH_PASSWORD=demo1234
SMTP_ADDRESS=
SMTP_PORT=
SMTP_DOMAIN=
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_AUTH=login
SMTP_ENABLE_STARTTLS_AUTO=true

0 comments on commit cd79594

Please sign in to comment.