Last active
June 23, 2021 15:18
-
-
Save marlluslustosa/1c7a9ae3342e310b27120909650dd558 to your computer and use it in GitHub Desktop.
Config.js gitalk anon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//example values | |
module.exports = { | |
appId: '3b576084h403303u32', //https://github.com/settings/developers - CliendID | |
appSecret: '403303u3294746895468957942rfasdfhdasfads21032131', //https://github.com/settings/developers - ClientSecret | |
origin: 'https://e44ff76c.myblog-bkz.pages.dev', //your domain or * for any domains origin | |
accessToken: 'jdsaofdhsfhsdaifbsdjafb38482914312nd', //https://github.com/settings/tokens | |
state: 'random string', | |
redirectURI: 'https://gitalk-anonmously-comment-kappa.vercel.app/api/access_token' //vercel domain | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment