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