From 9a46b0fbc40830a10abf65b695d3c70bba8caf98 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Mon, 16 Dec 2019 17:56:15 +0530 Subject: [PATCH] fix: error in generating m2m token --- consumer/config/custom-environment-variables.json | 1 + 1 file changed, 1 insertion(+) diff --git a/consumer/config/custom-environment-variables.json b/consumer/config/custom-environment-variables.json index b537f4a..156407f 100644 --- a/consumer/config/custom-environment-variables.json +++ b/consumer/config/custom-environment-variables.json @@ -31,6 +31,7 @@ "apiVersion": "API_VERSION", "port": "PORT", "AUTH0_CLIENT_ID": "AUTH0_CLIENT_ID", + "AUTH0_URL": "AUTH0_URL", "AUTH0_CLIENT_SECRET": "AUTH0_CLIENT_SECRET", "AUTH0_PROXY_SERVER_URL": "AUTH0_PROXY_SERVER_URL", "AUTH0_AUDIENCE": "AUTH0_AUDIENCE",