Skip to content

Commit

Permalink
Add smtp configuration to config
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Aug 22, 2019
1 parent b32ed91 commit 0f6b2f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
"username_length_min": 3
}
},
"email": {
"smtp_host": "smtp.example.com",
"smtp_port": 587,
"smtp_user": "",
"smtp_password": ""
},
"memcache": {
"connect_timeout": 1.0,
"tcp_nodelay": true,
Expand Down

0 comments on commit 0f6b2f3

Please sign in to comment.