diff --git a/conf/config.json b/conf/config.json index 3512291..8c835b8 100644 --- a/conf/config.json +++ b/conf/config.json @@ -17,5 +17,16 @@ }, "web": { "host": "127.0.0.1:__PORT__" + }, + "panel": { + "email": { + "provider": "smtp", + "from": "pufferpanel@__DOMAIN__", + "host": "localhost", + "username": "__APP__", + "password": "__MAIL_PWD__", + "provider": "", + "key": "" + } } }