Update mail settings
This commit is contained in:
parent
34b0798fdf
commit
824d2eaef1
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user