feat: Media attachment system

This commit is contained in:
Ahmed Bouhuolia
2020-04-23 21:02:17 +02:00
parent 11e3d4c1a9
commit 1c6a067db7
6 changed files with 178 additions and 1 deletions

View File

@@ -22,4 +22,11 @@ module.exports = {
superUser: 'root',
superPassword: '123123123',
},
mail: {
host: 'smtp.mailtrap.io',
port: 587,
secure: false,
username: '842f331d3dc005',
password: '172f97b34f1a17',
}
};