[feat] set default smtp secure: true
This commit is contained in:
parent
3a1720c0a8
commit
38f9dbc0d6
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "0.17.4",
|
"version": "0.17.5",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -16,6 +16,7 @@ module.exports = {
|
||||||
const admin = { email: config.admin.email, password: config.admin.password }
|
const admin = { email: config.admin.email, password: config.admin.password }
|
||||||
delete config.admin
|
delete config.admin
|
||||||
|
|
||||||
|
config.smtp.secure = true
|
||||||
config.admin_email = admin.email
|
config.admin_email = admin.email
|
||||||
config.db.logging = false
|
config.db.logging = false
|
||||||
consola.info(`Save configuration to ${config_path}`)
|
consola.info(`Save configuration to ${config_path}`)
|
||||||
|
|
Loading…
Reference in a new issue