Update README.md
This commit is contained in:
		
							parent
							
								
									4ef229f487
								
							
						
					
					
						commit
						bc8655e9f1
					
				| 
						 | 
					@ -102,6 +102,15 @@ module.exports = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    method: 'GET',
 | 
					    method: 'GET',
 | 
				
			||||||
    timeout: 5000,
 | 
					    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)
 | 
					    cache: { // cache options (details: https://axios-cache-interceptor.js.org/#/pages/per-request-configuration)
 | 
				
			||||||
      ttl: 60 * 1000 // 60s
 | 
					      ttl: 60 * 1000 // 60s
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue