9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
|
var globalConfigs = {
|
||
|
headers: {},
|
||
|
serializer: 'urlencoded',
|
||
|
followRedirect: true,
|
||
|
timeout: 60.0,
|
||
|
};
|
||
|
|
||
|
module.exports = globalConfigs;
|