Skip to content

Commit 0f6b2f3

Browse files
committed
Add smtp configuration to config
1 parent b32ed91 commit 0f6b2f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/config.sample.json

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"username_length_min": 3
4141
}
4242
},
43+
"email": {
44+
"smtp_host": "smtp.example.com",
45+
"smtp_port": 587,
46+
"smtp_user": "",
47+
"smtp_password": ""
48+
},
4349
"memcache": {
4450
"connect_timeout": 1.0,
4551
"tcp_nodelay": true,

0 commit comments

Comments
 (0)