fix(fe/be): clean up and enable quota in ui

This commit is contained in:
hexxa 2021-08-08 17:58:16 +08:00 committed by Hexxa
parent cdd15be4aa
commit f986015c0b
11 changed files with 41 additions and 159 deletions

View file

@ -15,6 +15,11 @@ server:
captchaWidth: 256
captchaHeight: 60
captchaEnabled: true
uploadSpeedLimit: 409600 # 400KB/limiterCyc
downloadSpeedLimit: 409600 # 400KB/limiterCyc
spaceLimit: 1024 # 1GB
limiterCapacity: 1000
limiterCyc: 1000 # 1s
users:
enableAuth: true
defaultAdmin: ""

View file

@ -15,6 +15,11 @@ server:
captchaWidth: 256
captchaHeight: 60
captchaEnabled: true
uploadSpeedLimit: 102400 # 100k/limiterCyc
downloadSpeedLimit: 102400 # 100k/limiterCyc
spaceLimit: 1024 # 1GB
limiterCapacity: 1000
limiterCyc: 1000 # 1s
users:
enableAuth: true
defaultAdmin: ""