Skip to content

Commit 4861f50

Browse files
committed
Update quickstart version
1 parent 9f56d29 commit 4861f50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demo/graph-tutorial/example.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OAUTH_APP_ID=YOUR_APP_ID_HERE
2-
OAUTH_APP_SECRET=YOUR_CLIENT_SECRET_HERE
2+
OAUTH_APP_SECRET='YOUR_CLIENT_SECRET_HERE'
33
OAUTH_REDIRECT_URI=http://localhost:3000/auth/callback
44
OAUTH_SCOPES='user.read,calendars.readwrite,mailboxsettings.read'
55
OAUTH_AUTHORITY=https://login.microsoftonline.com/common/

qs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"sourceDirectory": ".\\demo",
3-
"exampleConfigFile": ".\\graph-tutorial\\example.env",
2+
"sourceDirectory": "./demo",
3+
"exampleConfigFile": "./graph-tutorial/example.env",
44
"configFile": ".env",
55
"archiveFile": "NodeExpressQuickStart.zip",
6-
"zipReadMe": ".\\README.md"
7-
}
6+
"zipReadMe": "./README.md"
7+
}

0 commit comments

Comments
 (0)