chore(settings): return S3 upload cache back to not configured

This commit is contained in:
Steffen Jost 2022-03-11 13:29:13 +01:00
parent 4a1fc5ebb2
commit 4f2834a77a

View File

@ -165,7 +165,7 @@ memcached-local:
maximum-weight: 104857600 # 100MiB
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"
access-key: "_env:UPLOAD_S3_KEY_ID:"
secret-key: "_env:UPLOAD_S3_KEY"