global-configs.js 186 Bytes
Newer Older
Chok's avatar
Chok committed
1
2
3
4
5
6
7
8
9
10
var globalConfigs = {
  headers: {},
  serializer: 'urlencoded',
  followRedirect: true,
  timeout: 60.0,
  connectTimeout: 60.0,
  readTimeout: 60.0
};

module.exports = globalConfigs;