Added requird object storage configuration.
This commit is contained in:
parent
9c36cf9537
commit
51d5d2033f
1 changed files with 2 additions and 0 deletions
|
@ -676,3 +676,5 @@ client:
|
||||||
redirect_on_single_external_auth: false
|
redirect_on_single_external_auth: false
|
||||||
smtp:
|
smtp:
|
||||||
ca_file: null # Used for self signed certificates
|
ca_file: null # Used for self signed certificates
|
||||||
|
object_storage:
|
||||||
|
max_upload_part: 100MB
|
||||||
|
|
Reference in a new issue