Files
fredy/lib/defaultConfig.js

7 lines
214 B
JavaScript
Raw Normal View History

export const DEFAULT_CONFIG = {
'interval': '60',
'port': 9998,
'workingHours': {'from': '', 'to': ''},
'demoMode': false,
'analyticsEnabled': null
};