fix(uploadcache): set default to localhost

This commit is contained in:
Steffen Jost 2022-03-10 19:46:26 +01:00
parent 5d795f845d
commit eeb22dec97

View File

@ -165,7 +165,7 @@ memcached-local:
maximum-weight: 104857600 # 100MiB
upload-cache:
host: "_env:UPLOAD_S3_HOST:"
host: "_env:UPLOAD_S3_HOST:localhost"
port: "_env:UPLOAD_S3_PORT:9000"
access-key: "_env:UPLOAD_S3_KEY_ID:"
secret-key: "_env:UPLOAD_S3_KEY"