We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56d29 commit 4861f50Copy full SHA for 4861f50
demo/graph-tutorial/example.env
@@ -1,5 +1,5 @@
1
OAUTH_APP_ID=YOUR_APP_ID_HERE
2
-OAUTH_APP_SECRET=YOUR_CLIENT_SECRET_HERE
+OAUTH_APP_SECRET='YOUR_CLIENT_SECRET_HERE'
3
OAUTH_REDIRECT_URI=http://localhost:3000/auth/callback
4
OAUTH_SCOPES='user.read,calendars.readwrite,mailboxsettings.read'
5
OAUTH_AUTHORITY=https://login.microsoftonline.com/common/
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",
6
- "zipReadMe": ".\\README.md"
7
-}
+ "zipReadMe": "./README.md"
+}
0 commit comments