working version

This commit is contained in:
2023-10-03 20:40:16 -07:00
parent 29228bd192
commit f2ad1bed9e
12 changed files with 19 additions and 1289 deletions

View File

@@ -26,9 +26,9 @@ func LoadConfig(modulePathDir string) (string, error) {
"mysqlDatabase": "a3attendance",
})
ConfigJSON.SetDefault("armaConfig", map[string]interface{}{
"debug": true,
"traceLogToFile": false,
"dbUpdateIntervalS": 60,
"debug": true,
"traceLogToFile": false,
"dbUpdateInterval": "90s",
})
wd, err := os.Getwd()