Advertisement
Guest User

Untitled

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