Skip to content

Commit

Permalink
Update quickstart version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjoh committed Jun 29, 2021
1 parent 9f56d29 commit 4861f50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/graph-tutorial/example.env
Original file line number Diff line number Diff line change
@@ -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/
8 changes: 4 additions & 4 deletions qs.json
Original file line number Diff line number Diff line change
@@ -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"
}
"zipReadMe": "./README.md"
}

0 comments on commit 4861f50

Please sign in to comment.