mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
9 lines
215 B
JavaScript
9 lines
215 B
JavaScript
module.exports = {
|
|
agent: undefined, // https://nodejs.org/api/https.html#https_class_https_agent
|
|
headers: {
|
|
accept: 'application/vnd.github.v3+json'
|
|
},
|
|
timeout: 0,
|
|
baseUrl: 'https://api.github.com'
|
|
}
|