diff options
Diffstat (limited to 'testrig/config.go')
-rw-r--r-- | testrig/config.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testrig/config.go b/testrig/config.go index db82b85d2..7b4b336bc 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -52,8 +52,9 @@ var testDefaults = config.Configuration{ WebTemplateBaseDir: "./web/template/", WebAssetBaseDir: "./web/assets/", - InstanceExposePeers: true, - InstanceExposeSuspended: true, + InstanceExposePeers: true, + InstanceExposeSuspended: true, + InstanceDeliverToSharedInboxes: true, AccountsRegistrationOpen: true, AccountsApprovalRequired: true, |