chore(settings): return S3 upload cache back to not configured
This commit is contained in:
parent
4a1fc5ebb2
commit
4f2834a77a
@ -165,7 +165,7 @@ memcached-local:
|
|||||||
maximum-weight: 104857600 # 100MiB
|
maximum-weight: 104857600 # 100MiB
|
||||||
|
|
||||||
upload-cache:
|
upload-cache:
|
||||||
host: "_env:UPLOAD_S3_HOST:localhost"
|
host: "_env:UPLOAD_S3_HOST:" # should be optional, but all file transfers will be empty without an S3 cache
|
||||||
port: "_env:UPLOAD_S3_PORT:9000"
|
port: "_env:UPLOAD_S3_PORT:9000"
|
||||||
access-key: "_env:UPLOAD_S3_KEY_ID:"
|
access-key: "_env:UPLOAD_S3_KEY_ID:"
|
||||||
secret-key: "_env:UPLOAD_S3_KEY"
|
secret-key: "_env:UPLOAD_S3_KEY"
|
||||||
|
|||||||
Reference in New Issue
Block a user