mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Make mailServer setting optional
This commit is contained in:
parent
e441e751d5
commit
e3c3cc0d8d
1 changed files with 5 additions and 0 deletions
|
@ -6,18 +6,23 @@ Settings.attachSchema(new SimpleSchema({
|
|||
},
|
||||
'mailServer.username': {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
'mailServer.password': {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
'mailServer.host': {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
'mailServer.port': {
|
||||
type: String,
|
||||
optional: true,
|
||||
},
|
||||
'mailServer.from': {
|
||||
type: String,
|
||||
optional: true,
|
||||
defaultValue: 'Kanban',
|
||||
},
|
||||
createdAt: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue