Advertisement
davidp234

extdb-conf.ini (pass and name removed)

Jan 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. extdb-conf.ini (pass and name removed)
  2.  
  3. [Main]
  4. Version = 1
  5.  
  6. Randomize Config File = false
  7. ;; Randomizes Config File after loading.
  8. ;; Recommend to turn on, if you have enabled filepatching on arma.
  9.  
  10. Allow Reset = false
  11. ;; Allows 9:RESET, usefull for development work
  12.  
  13. Thread = 0;
  14. ;; Option to force number of worker threads for extDB3.
  15. ;; Auto = 0, Min = 2, Max = 6
  16.  
  17. [Log]
  18. Flush = true;
  19. ;; Flush logfile after each update.
  20. ;; Option really only usefull if running DEBUG BUILD
  21.  
  22.  
  23. [exile]
  24. IP = 127.0.0.1
  25. Port = 3306
  26. Username = removed
  27. Password = removed
  28. Database = exile
  29.  
  30.  
  31. [Rcon]
  32. ;; This is functional, should be working fine. Just needs abit of testing on a $
  33. ;; Allow for changing Address for those running server in a VM environment.
  34. IP = 127.0.0.1
  35. Port = 2306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement