UNPKG

215 BJavaScriptView Raw
1module.exports = {
2 agent: undefined, // https://nodejs.org/api/https.html#https_class_https_agent
3 headers: {
4 accept: 'application/vnd.github.v3+json'
5 },
6 timeout: 0,
7 baseUrl: 'https://api.github.com'
8}