Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-10-20 04:15:30 +03:00
parent 4ef229f487
commit bc8655e9f1
1 changed files with 9 additions and 0 deletions

View File

@ -102,6 +102,15 @@ module.exports = {
method: 'GET',
timeout: 5000,
proxy: {
protocol: 'https',
host: '127.0.0.1',
port: 9000,
auth: {
username: 'mikeymike',
password: 'rapunz3l'
}
},
cache: { // cache options (details: https://axios-cache-interceptor.js.org/#/pages/per-request-configuration)
ttl: 60 * 1000 // 60s
},