Files
Arma3-AttendanceTracker/AttendanceTracker.config.json
IndigoFox 29228bd192 add hemtt support, major refactor
- no longer supports server events
- can now more easily build using hemtt
- extension vastly improved in both structure and functionality
- tested on listen server
- includes schema change
2023-09-20 01:15:13 -07:00

14 lines
273 B
JSON

{
"sqlConfig": {
"mysqlHost": "localhost",
"mysqlPort": 3306,
"mysqlUser": "root",
"mysqlPassword": "password",
"mysqlDatabase": "a3attendance"
},
"armaConfig": {
"dbUpdateInterval": "90s",
"debug": false,
"traceLogToFile": false
}
}