From e2fe4df04107dbdd30927c76d3f81078406a6126 Mon Sep 17 00:00:00 2001 From: Rolando Fernandez Date: Wed, 29 Aug 2018 17:12:45 +0100 Subject: [PATCH] env configurable upload api scheme --- config/custom-environment-variables.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/custom-environment-variables.json b/config/custom-environment-variables.json index f1240d5..d5ed345 100644 --- a/config/custom-environment-variables.json +++ b/config/custom-environment-variables.json @@ -21,6 +21,7 @@ }, "UPLOAD_API" : { "connection" : { + "scheme": "UPLOAD_SCHEME", "host" : "UPLOAD_HOST", "port" : "UPLOAD_PORT" },