mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
working version
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user