Skip to content

extDB3 extdb3_conf.ini

SteezCram edited this page Oct 30, 2020 · 2 revisions
[Main]
Version = 1
;; This is just incase config file format ever changes

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


[Database]
IP = 127.0.0.1
Port = 3306
Username = changeme
Password =  changeme
Database = changeme

[Database2]
IP = 127.0.0.1
Port = 3306
Username = changeme
Password =  changeme
Database = changeme

[Database3]
IP = 127.0.0.1
Port = 3306
Username = changeme
Password =  changeme
Database = changeme

[A3W]
IP = 127.0.0.1
Port = 3306
Username = changeme
Password =  changeme
Database = changeme
Clone this wiki locally