From af522a9b9f8e2b0ef8eab35374d4ca1277f9386a Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Thu, 3 Nov 2016 10:54:57 -0700 Subject: [PATCH] Update .env --- examples/nodejs-regular-webapp/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/nodejs-regular-webapp/.env b/examples/nodejs-regular-webapp/.env index f03421cfa..793548ef2 100644 --- a/examples/nodejs-regular-webapp/.env +++ b/examples/nodejs-regular-webapp/.env @@ -1,4 +1,4 @@ -AUTH0_CLIENT_ID={{CLIENT_ID}} -AUTH0_CLIENT_SECRET={{CLIENT_SECRET}} -AUTH0_DOMAIN={{DOMAIN}} -AUTH0_CALLBACK_URL={{CALLBACK_URL}} +AUTH0_CLIENT_ID={CLIENT_ID} +AUTH0_CLIENT_SECRET={CLIENT_SECRET} +AUTH0_DOMAIN={DOMAIN} +AUTH0_CALLBACK_URL={CALLBACK_URL}