From 4861f50bd92da1a084ff426a8d0d45b17348d9c7 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 29 Jun 2021 15:38:24 -0400 Subject: [PATCH] Update quickstart version --- demo/graph-tutorial/example.env | 2 +- qs.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/graph-tutorial/example.env b/demo/graph-tutorial/example.env index fd69927..a99820b 100644 --- a/demo/graph-tutorial/example.env +++ b/demo/graph-tutorial/example.env @@ -1,5 +1,5 @@ OAUTH_APP_ID=YOUR_APP_ID_HERE -OAUTH_APP_SECRET=YOUR_CLIENT_SECRET_HERE +OAUTH_APP_SECRET='YOUR_CLIENT_SECRET_HERE' OAUTH_REDIRECT_URI=http://localhost:3000/auth/callback OAUTH_SCOPES='user.read,calendars.readwrite,mailboxsettings.read' OAUTH_AUTHORITY=https://login.microsoftonline.com/common/ diff --git a/qs.json b/qs.json index 675adb7..d0a4216 100644 --- a/qs.json +++ b/qs.json @@ -1,7 +1,7 @@ { - "sourceDirectory": ".\\demo", - "exampleConfigFile": ".\\graph-tutorial\\example.env", + "sourceDirectory": "./demo", + "exampleConfigFile": "./graph-tutorial/example.env", "configFile": ".env", "archiveFile": "NodeExpressQuickStart.zip", - "zipReadMe": ".\\README.md" -} \ No newline at end of file + "zipReadMe": "./README.md" +}