Update mail settings

This commit is contained in:
Alice Gaudon 2020-06-27 18:07:58 +02:00
parent 34b0798fdf
commit 824d2eaef1
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
export default Object.assign(require("wms-core/config/default").default, {
app: {
name: 'Example App',
contact_email: 'noreply@example.net'
contact_email: 'contact@example.net'
},
log_level: "DEV",
db_log_level: "ERROR",
@ -34,7 +34,9 @@ export default Object.assign(require("wms-core/config/default").default, {
secure: false,
username: "",
password: "",
allow_invalid_tls: true
allow_invalid_tls: true,
from: 'contact@example.net',
from_name: 'Example App',
},
view: {
cache: false

View File

@ -1,5 +1,5 @@
{
"name": "Example App",
"name": "example-app",
"version": "0.1.0",
"description": "Example App based on wms-core",
"repository": "git@gitlab.com:ArisuOngaku/wms-boilerplate.git",