@@ -407,7 +407,7 @@ describe('database', function () {
|
||||
memoryLimit: 4294967296,
|
||||
sso: true,
|
||||
debugMode: null,
|
||||
robotsTxt: null,
|
||||
reverseProxyConfig: {},
|
||||
enableBackup: true,
|
||||
env: {},
|
||||
mailboxName: 'talktome',
|
||||
@@ -984,7 +984,7 @@ describe('database', function () {
|
||||
memoryLimit: 4294967296,
|
||||
sso: true,
|
||||
debugMode: null,
|
||||
robotsTxt: null,
|
||||
reverseProxyConfig: {},
|
||||
enableBackup: true,
|
||||
alternateDomains: [],
|
||||
env: {
|
||||
@@ -1015,7 +1015,7 @@ describe('database', function () {
|
||||
memoryLimit: 0,
|
||||
sso: true,
|
||||
debugMode: null,
|
||||
robotsTxt: null,
|
||||
reverseProxyConfig: {},
|
||||
enableBackup: true,
|
||||
alternateDomains: [],
|
||||
env: {},
|
||||
@@ -1024,7 +1024,8 @@ describe('database', function () {
|
||||
dataDir: null,
|
||||
tags: [],
|
||||
label: null,
|
||||
taskId: null
|
||||
taskId: null,
|
||||
reverseProxyConfig: {}
|
||||
};
|
||||
|
||||
before(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user