Created
June 10, 2013 18:08
-
-
Save imustardsoft/5750927 to your computer and use it in GitHub Desktop.
This file contains 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
Show hidden characters
"include_users": false, | |
// "include_users": ["user1", "user2"], | |
// Show the authors of Gists | |
"show_authors": false, | |
// Proxy server | |
// Format: "http://user:pass@proxy:port" | |
"https_proxy": "", | |
// Enterprise support | |
"enterprise": false, | |
// Github URL | |
// Default: Leave empty if you want to use GitHub.com | |
// Example: https://github.domain.com | |
"url": "", | |
// Max Gists to show (max 100 allowed by GitHub API) | |
"max_gists": 100, | |
// Only use starred gists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment