Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marlluslustosa
Last active June 23, 2021 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marlluslustosa/1c7a9ae3342e310b27120909650dd558 to your computer and use it in GitHub Desktop.
Save marlluslustosa/1c7a9ae3342e310b27120909650dd558 to your computer and use it in GitHub Desktop.
Config.js gitalk anon
//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