Merge remote-tracking branch 'boilerplate/master' into develop

This commit is contained in:
Alice Gaudon 2020-06-27 18:10:18 +02:00
commit 27cbe9a818
1 changed files with 4 additions and 0 deletions

View File

@ -23,4 +23,8 @@ export default Object.assign(require("wms-core/config/default").default, {
default_file_ttl: 30, // 30 seconds
max_upload_size: 1, // MB
approval_mode: false,
mail: {
from: 'contact@ily.li',
from_name: 'ily.li',
},
});