Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lyc8503 committed Oct 19, 2023
2 parents e7eb86d + ac20915 commit 5efd31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Live demo at [lyc8503's Fileshare](https://pan.lyc8503.site).
Documentation is hosted at [GitHub Wiki](https://github.com/lyc8503/onedrive-cf-index-ng/wiki).

- [How can I get started and deploy?](https://github.com/lyc8503/onedrive-cf-index-ng/wiki/Getting-Started)
- [How can I configure ... ?](https://ovi.swo.moe/docs/custom-configs)
- [How can I configure ... ?](https://github.com/lyc8503/onedrive-cf-index-ng/wiki/Configurations)
- Where is feature ... ?
- [Docs - Password protected folders](https://ovi.swo.moe/docs/features/protected-folders)
- [Docs - Multi-file and folder download](https://ovi.swo.moe/docs/features/multi-file-folder-download)
Expand Down
4 changes: 2 additions & 2 deletions config/api.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
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: '8cdd856b-49ae-4ee9-9d02-a540ceca6dc2',
obfuscatedClientSecret: 'U2FsdGVkX19ciVnQ8UQ9S5SiNqOEAbbWqkjJ440Zk2vDGB2DyKKajWZdoHw6kfJ/zZ8L0K8rHF/coyt5znmkKQ==',
clientId: 'f23f9918-14a5-46f1-9f74-13e57273b8f3',
obfuscatedClientSecret: 'U2FsdGVkX1+KTcEqbSzjTc6JqT+Q4m7PE2Rck4gYUIJSsIc5FPh8SsewBIUGv0yz5/amN8Lgh2uMenN1x4WYLg==',

// The redirectUri is the URL that the user will be redirected to after they have authenticated with Microsoft Graph API.
// Likewise, you would not need to change redirectUri if you are using your personal Microsoft account with OneDrive International.
Expand Down

0 comments on commit 5efd31b

Please sign in to comment.