mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
bump a3go, move files, Readme updates
This commit is contained in:
14
AttendanceTracker.config.example.json
Normal file
14
AttendanceTracker.config.example.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"sqlConfig": {
|
||||
"mysqlHost": "localhost",
|
||||
"mysqlPort": 3306,
|
||||
"mysqlUser": "root",
|
||||
"mysqlPassword": "password",
|
||||
"mysqlDatabase": "a3attendance"
|
||||
},
|
||||
"armaConfig": {
|
||||
"dbUpdateInterval": "90s",
|
||||
"debug": false,
|
||||
"traceLogToFile": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user