From 1893ee6325f95f2b8ac5e13279aefb42409e6f6a Mon Sep 17 00:00:00 2001 From: ramnes Date: Tue, 31 Aug 2021 09:43:46 +0200 Subject: [PATCH] Make .env a valid sh file, so that it can be sourced --- ExampleOAuthApp/.env | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ExampleOAuthApp/.env b/ExampleOAuthApp/.env index ba6bb65..fd6296e 100644 --- a/ExampleOAuthApp/.env +++ b/ExampleOAuthApp/.env @@ -1,8 +1,8 @@ -port = 3000 -baseURL = https://api.sandbox.lever.co/v1/ -authTokenURL = https://sandbox-lever.auth0.com/oauth/token -clientID = -clientSecret = -redirectCallback = http://localhost:3000/login -state = -scope = +port=3000 +baseURL=https://api.sandbox.lever.co/v1/ +authTokenURL=https://sandbox-lever.auth0.com/oauth/token +clientID= +clientSecret= +redirectCallback=http://localhost:3000/login +state= +scope=