test(e2e): add quota configs
This commit is contained in:
parent
f986015c0b
commit
832c65f94f
3 changed files with 18 additions and 3 deletions
|
@ -22,7 +22,12 @@ func TestFileHandlers(t *testing.T) {
|
|||
"enableAuth": true,
|
||||
"minUserNameLen": 2,
|
||||
"minPwdLen": 4,
|
||||
"captchaEnabled": false
|
||||
"captchaEnabled": false,
|
||||
"uploadSpeedLimit": 409600,
|
||||
"downloadSpeedLimit": 409600,
|
||||
"spaceLimit": 1024,
|
||||
"limiterCapacity": 1000,
|
||||
"limiterCyc": 1000
|
||||
},
|
||||
"server": {
|
||||
"debug": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue