Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 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. [Logging]
  9. ; Trace Logging is only in Debug Logging Version of Extension
  10.  
  11. Level = information
  12.  
  13. ; none
  14. ; fatal
  15. ; critical
  16. ; error
  17. ; warning
  18. ; notice
  19. ; information
  20. ; debug
  21. ; trace
  22.  
  23.  
  24. [Example1]
  25. Type = SQLite
  26. Name = sqlite.db
  27.  
  28. minSessions = 1
  29. ; minSession Default Value = 1
  30.  
  31. ;maxSessions = 4
  32. ; maxSession Default Value = number of Main->Threads
  33. ; u really should leave this value alone
  34. idleTime = 60
  35. ; idleTime no Default Value yet, needs to be defined.
  36. ; idleTime is the time before a database session is stopped if not used.
  37. ; If Database Sessions are greater than minSessions
  38.  
  39.  
  40. [Example2]
  41. Type = SQLite
  42. Name = sqlite.db
  43.  
  44. minSessions = 1
  45. ; minSession Default Value = 1
  46.  
  47. ;maxSessions = 4
  48. ; maxSession Default Value = number of Main->Threads
  49. ; u really should leave this value alone
  50. idleTime = 60
  51. ; idleTime no Default Value yet, needs to be defined.
  52. ; idleTime is the time before a database session is stopped if not used.
  53. ; If Database Sessions are greater than minSessions
  54.  
  55.  
  56. [u589075***_altis]
  57. Type = MySQL
  58. Name = u589075***_altis
  59.  
  60. Username = u589075***_root
  61. Password = ***********
  62. IP = mysql.hostin***.fr
  63. Port = 3306
  64.  
  65. minSessions = 1
  66. ;maxSessions = 4
  67. idleTime = 60
  68.  
  69. compress = false
  70. ; Should only use this if MySQL server is external. Also only for MySQL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement