summaryrefslogtreecommitdiffstats
path: root/src/wwwroot/libraries/fomantic/tasks/config/admin/oauth.example.js
blob: c4d864adfb86db5082ae53cc3441fe1d327ad019 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 Used to import GitHub Auth Token
 To Automate GitHub Updates
*/

module.exports = {
  token    : 'AN-OAUTH2-TOKEN',
  username : 'github-username',
  name     : 'Your Name',
  email    : 'user@email.com'
};