Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Version = 1
  2.  
  3. Randomize Config File = false
  4. ;; Randomizes Config File after loading.
  5. ;; Recommend to turn on, if you have enabled filepatching on arma.
  6.  
  7. Allow Reset = false
  8. ;; Allows 9:RESET, usefull for development work
  9.  
  10. Thread = 0;
  11. ;; Option to force number of worker threads for extDB3.
  12. ;; Auto = 0, Min = 2, Max = 6
  13.  
  14. [Log]
  15. Flush = true;
  16. ;; Flush logfile after each update.
  17. ;; Option really only usefull if running DEBUG BUILD
  18.  
  19.  
  20. [Database]
  21. IP = 127.0.0.1
  22. Port = 3306
  23. Username = root
  24. Password = 1qa2ws3ed
  25. Database = altislife
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement