Skip to content

Commit 8d06579

Browse files
committed
fix: missing required prop in config
1 parent bc9c755 commit 8d06579

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/config/default.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ module.exports = {
282282
extraParams: {}
283283
},
284284
maildev: {
285-
active: false
285+
active: false,
286+
url: 'http://localhost:1080',
286287
},
287288
quotas: {
288289
defaultMaxCreatedOrgs: -1,

0 commit comments

Comments
 (0)