Skip to content

Instantly share code, notes, and snippets.

@scripting
Last active October 29, 2018 17:05
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 scripting/842eed0670f643a51dfa2e3972f220da to your computer and use it in GitHub Desktop.
Save scripting/842eed0670f643a51dfa2e3972f220da to your computer and use it in GitHub Desktop.
Example config.json file for githubpub
{
"port": 1402,
"clients": {
"michigan": {
"id": "w7eonmdnlsnfysqjatl3",
"secret": "7i7h1iotnwzqqm4psjqtmgnvw2ga3rcki5kv52hb",
"urlEditorApp": "http://mysite.com/editor/"
}
},
"defaultNameCommitter": "Lawyer Boyer",
"defaultEmailCommitter": "lawyer@boyer.org",
"domains": {
"blog.bullmancuso.com": {
"username": "bullmancuso",
"repository": "myblog",
"path": "blog"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment