From 328bb7f1618558c05d46685dd258717132ed4734 Mon Sep 17 00:00:00 2001 From: Anton SHEPILOV Date: Thu, 7 Nov 2024 14:57:06 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7Added=20additional=20environment=20?= =?UTF-8?q?variables=20in=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/backend/node/config/custom-environment-variables.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tdrive/backend/node/config/custom-environment-variables.json b/tdrive/backend/node/config/custom-environment-variables.json index 3a482731..766fdabf 100644 --- a/tdrive/backend/node/config/custom-environment-variables.json +++ b/tdrive/backend/node/config/custom-environment-variables.json @@ -70,12 +70,17 @@ } }, "storage": { + "strategy": "STORAGE_STRATEGY", "secret": "STORAGE_SECRET", "iv": "STORAGE_SECRET_BASE_IV", "type": "STORAGE_DRIVER", "local": { "path": "STORAGE_LOCAL_PATH" }, + "oneof": { + "__name": "STORAGE_ONEOF", + "__format": "json" + }, "S3": { "homeDirectory": "STORAGE_S3_HOME_DIRECTORY", "bucket": "STORAGE_S3_BUCKET",