27 lines
535 B
INI
27 lines
535 B
INI
[Main]
|
|
Version = 1
|
|
|
|
Randomize Config File = false
|
|
;; Randomizes Config File after loading.
|
|
;; Recommend to turn on, if you have enabled filepatching on arma.
|
|
|
|
Allow Reset = false
|
|
;; Allows 9:RESET, usefull for development work
|
|
|
|
Thread = 0;
|
|
;; Option to force number of worker threads for extDB3.
|
|
;; Min = 2, Max = 6
|
|
|
|
[Log]
|
|
Flush = false;
|
|
;; Flush logfile after each update.
|
|
;; Option really only usefull if running DEBUG BUILD
|
|
|
|
|
|
[Database]
|
|
IP = 127.0.0.1
|
|
Port = 3306
|
|
Username = changeme
|
|
Password = changeme
|
|
Database = changeme
|