mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
8 lines
280 B
JavaScript
8 lines
280 B
JavaScript
export const DEFAULT_CONFIG = {
|
|
'interval': '60',
|
|
'port': 9998,
|
|
'scrapingAnt': {'apiKey': '', 'proxy': 'datacenter'},
|
|
'workingHours': {'from': '', 'to': ''},
|
|
'demoMode': false,
|
|
'analyticsEnabled': null
|
|
}; |