mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat: add email test, fix memory leak (#24)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ config({path: resolve(__dirname, '../.env')});
|
||||
|
||||
const email = {
|
||||
username: process.env.EMAIL_USERNAME,
|
||||
password: process.env.EMAIL_PASSWORD
|
||||
password: process.env.EMAIL_PASSWORD,
|
||||
test: process.env.EMAIL_TEST ?? 'false'
|
||||
};
|
||||
|
||||
const notifications = {
|
||||
|
||||
Reference in New Issue
Block a user