Skip to content

Commit

Permalink
Update api.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
huuhieu17 authored Jan 23, 2024
1 parent 13fcadf commit 59e4875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/api.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
module.exports = {
// The clientId and clientSecret are used to authenticate the user with Microsoft Graph API using OAuth. You would
// not need to change anything here if you can authenticate with your personal Microsoft account with OneDrive International.
clientId: process.env.CLIENT_ID || 'f23f9918-14a5-46f1-9f74-13e57273b8f3',
clientId: process.env.CLIENT_ID || 'be87aa3c-35c1-49ff-a093-e3d9778be9af',
obfuscatedClientSecret: process.env.CLIENT_SECRET || 'U2FsdGVkX1+KTcEqbSzjTc6JqT+Q4m7PE2Rck4gYUIJSsIc5FPh8SsewBIUGv0yz5/amN8Lgh2uMenN1x4WYLg==',

// The redirectUri is the URL that the user will be redirected to after they have authenticated with Microsoft Graph API.
Expand Down

0 comments on commit 59e4875

Please sign in to comment.