Advertisement
Guest User

Untitled

a guest
Jan 14th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. [Main]
  2. ;Threads = 0
  3. ; Default Value is number of CPU Cores Detected
  4.  
  5. Randomize Config File = false
  6. ;This is a legacy option to randomize config file for Arma2 Servers.
  7.  
  8. Error Database Kill Server = true
  9. ;Kill ArmaServer if Database Connection Fails.
  10.  
  11. [Logging]
  12. ; If u are going to disable Logging for performance reasons, grab the No-Logging Version of extdb
  13. Filter = 2
  14. ; 2 = Default Setting, this doesn't take effect till after Config File has been loaded.
  15. ; 0 = more cpu intensive, 5 = barely anything except exception handling
  16. ;
  17. ; 0 trace
  18. ; 1 debug
  19. ; 2 info
  20. ; 3 warning
  21. ; 4 error
  22. ; 5 fatal
  23.  
  24.  
  25. [Database1]
  26. Type = SQLite
  27. Name = sqlite.db
  28.  
  29. minSessions = 1
  30. ; minSession Default Value = 1
  31.  
  32. ;maxSessions = 4
  33. ; maxSession Default Value = number of Main->Threads
  34. ; u really should leave this value alone
  35. idleTime = 60
  36. ; idleTime no Default Value yet, needs to be defined.
  37. ; idleTime is the time before a database session is stopped if not used.
  38. ; If Database Sessions are greater than minSessions
  39.  
  40.  
  41. [armaarkslife]
  42. ;; AtlisLifeRPG uses Database2 by default
  43. Type = MySQL
  44. Name = arma3life
  45.  
  46. Username = root
  47. Password =
  48. IP = localhost
  49. Port = 3306
  50.  
  51. minSessions = 1
  52. ;maxSessions = 4
  53. idleTime = 60
  54.  
  55. compress = false
  56. ; Should only use this if MySQL server is external. Also only for MySQL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement