From 4f2834a77a2feb2c61b543175f75fe48cd262fd5 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 11 Mar 2022 13:29:13 +0100 Subject: [PATCH] chore(settings): return S3 upload cache back to not configured --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index 255d8b9a7..9a82fbf96 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -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"