From a14083d8587547ea54f445e4250d72fd5fdc0935 Mon Sep 17 00:00:00 2001 From: chris48s Date: Wed, 18 Nov 2020 21:04:00 +0000 Subject: [PATCH] map REDIRECT_URI env var to redirectUrl setting (#5845) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- config/custom-environment-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/custom-environment-variables.yml b/config/custom-environment-variables.yml index 90e9a29c10..f77bee2c13 100644 --- a/config/custom-environment-variables.yml +++ b/config/custom-environment-variables.yml @@ -21,7 +21,7 @@ public: key: 'HTTPS_KEY' cert: 'HTTPS_CRT' - redirectUri: 'REDIRECT_URI' + redirectUrl: 'REDIRECT_URI' rasterUrl: 'RASTER_URL'