fixing default configs

This commit is contained in:
orangecoding
2025-12-10 09:24:44 +01:00
parent 1e2476a375
commit cef9b5c8fc
4 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,4 @@
export const DEFAULT_CONFIG = {
interval: '60',
port: 9998,
workingHours: { from: '', to: '' },
demoMode: false,
analyticsEnabled: true,
// Default path for sqlite storage directory. Interpreted relative to project root.
sqlitepath: '/db',
};