diff options
Diffstat (limited to 'testrig/config.go')
-rw-r--r-- | testrig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/config.go b/testrig/config.go index aeac78e3f..36de99338 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -71,6 +71,7 @@ var testDefaults = config.Configuration{ AccountsApprovalRequired: true, AccountsReasonRequired: true, AccountsAllowCustomCSS: true, + AccountsCustomCSSLength: 10000, MediaImageMaxSize: 10485760, // 10mb MediaVideoMaxSize: 41943040, // 40mb |