This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/Download-Latest-Python/node_modules/wait-on/exampleConfig.js

23 lines
533 B
JavaScript
Raw Normal View History

2018-10-30 18:09:58 -04:00
module.exports = {
// specify additional options here, especially http(s)
// see https://github.com/request/request#readme for specifics
ca: [ /* strings or binaries */],
cert: [ /* strings or binaries */],
key: [ /* strings or binaries */],
passphrase: 'yourpassphrase',
auth: {
user: 'yourusername',
pass: 'yourpassword'
},
httpSignature: {
keyId: 'keyId',
key: 'yourkey'
},
strictSSL: false,
followAllRedirects: false,
followRedirect: false,
headers: {
'x-custom': 'headers'
}
};