mirror of
https://github.com/iptv-org/epg
synced 2025-12-15 09:56:42 -05:00
16 lines
256 B
JavaScript
16 lines
256 B
JavaScript
export default {
|
|
output: 'guide.xml',
|
|
days: 1,
|
|
delay: 0,
|
|
maxConnections: 1,
|
|
curl: false,
|
|
gzip: false,
|
|
debug: false,
|
|
request: {
|
|
maxContentLength: 5242880,
|
|
timeout: 30000,
|
|
withCredentials: true,
|
|
jar: null
|
|
}
|
|
}
|