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, {
|
export default Object.assign(require("wms-core/config/default").default, {
|
||||||
app: {
|
app: {
|
||||||
name: 'Example App',
|
name: 'Example App',
|
||||||
contact_email: 'noreply@example.net'
|
contact_email: 'contact@example.net'
|
||||||
},
|
},
|
||||||
log_level: "DEV",
|
log_level: "DEV",
|
||||||
db_log_level: "ERROR",
|
db_log_level: "ERROR",
|
||||||
@ -34,7 +34,9 @@ export default Object.assign(require("wms-core/config/default").default, {
|
|||||||
secure: false,
|
secure: false,
|
||||||
username: "",
|
username: "",
|
||||||
password: "",
|
password: "",
|
||||||
allow_invalid_tls: true
|
allow_invalid_tls: true,
|
||||||
|
from: 'contact@example.net',
|
||||||
|
from_name: 'Example App',
|
||||||
},
|
},
|
||||||
view: {
|
view: {
|
||||||
cache: false
|
cache: false
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Example App",
|
"name": "example-app",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Example App based on wms-core",
|
"description": "Example App based on wms-core",
|
||||||
"repository": "git@gitlab.com:ArisuOngaku/wms-boilerplate.git",
|
"repository": "git@gitlab.com:ArisuOngaku/wms-boilerplate.git",
|
||||||
|
Loading…
Reference in New Issue
Block a user