26 lines
557 B
INI
26 lines
557 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 = true;
|
|
;; Flush logfile after each update.
|
|
;; Option really only usefull if running DEBUG BUILD
|
|
|
|
[exile]
|
|
IP = DatabaseIp
|
|
Port = 3306
|
|
Username = DatabaseUsername
|
|
Password = DatabasePassword
|
|
Database = DatabaseSchemaName
|