From 5df674eea3b81372f51fbfead7868b37855313b1 Mon Sep 17 00:00:00 2001 From: Romaric Mourgues Date: Wed, 5 Apr 2023 18:12:24 +0200 Subject: [PATCH] Add missing env for production --- .../node/config/custom-environment-variables.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/twake/backend/node/config/custom-environment-variables.json b/twake/backend/node/config/custom-environment-variables.json index 975ef1c8..2e9cafb7 100644 --- a/twake/backend/node/config/custom-environment-variables.json +++ b/twake/backend/node/config/custom-environment-variables.json @@ -74,8 +74,17 @@ } }, "storage": { + "secret": "STORAGE_SECRET", + "type": "STORAGE_DRIVER", "local": { "path": "STORAGE_LOCAL_PATH" + }, + "S3": { + "endPoint": "STORAGE_S3_ENDPOINT", + "port": "STORAGE_S3_PORT", + "useSSL": "STORAGE_S3_USE_SSL", + "accessKey": "STORAGE_S3_ACCESS_KEY", + "secretKey": "STORAGE_S3_SECRET_KEY" } }, "message-queue": {