Advertisement
Guest User

db con

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