UNPKG

316 BJavaScriptView Raw
1module.exports = {
2 ca: undefined,
3 family: undefined, // 4 for v4, 6 for v6
4 headers: {},
5 host: 'api.github.com',
6 pathPrefix: '', // for GitHub Enterprise
7 port: undefined,
8 protocol: 'https',
9 proxy: undefined,
10 rejectUnauthorized: true,
11 requestMedia: 'application/vnd.github.v3+json',
12 timeout: 0
13}