Last active
October 29, 2018 17:05
-
-
Save scripting/842eed0670f643a51dfa2e3972f220da to your computer and use it in GitHub Desktop.
Example config.json file for githubpub
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
{ | |
"port": 1402, | |
"clients": { | |
"michigan": { | |
"id": "w7eonmdnlsnfysqjatl3", | |
"secret": "7i7h1iotnwzqqm4psjqtmgnvw2ga3rcki5kv52hb", | |
"urlEditorApp": "http://mysite.com/editor/" | |
} | |
}, | |
"defaultNameCommitter": "Lawyer Boyer", | |
"defaultEmailCommitter": "[email protected]", | |
"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