2025-10-30 07:39:09 +03:00
|
|
|
export default {
|
2025-11-01 12:01:37 +03:00
|
|
|
output: 'guide.xml',
|
2025-10-30 07:39:09 +03:00
|
|
|
days: 1,
|
|
|
|
|
delay: 0,
|
2025-11-01 12:01:37 +03:00
|
|
|
maxConnections: 1,
|
|
|
|
|
curl: false,
|
|
|
|
|
gzip: false,
|
2026-05-03 21:37:49 +03:00
|
|
|
json: false,
|
2025-11-01 12:01:37 +03:00
|
|
|
debug: false,
|
2025-10-30 07:39:09 +03:00
|
|
|
request: {
|
|
|
|
|
maxContentLength: 5242880,
|
|
|
|
|
timeout: 30000,
|
|
|
|
|
withCredentials: true,
|
|
|
|
|
jar: null
|
|
|
|
|
}
|
|
|
|
|
}
|