Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. NumberOfVACBans = 1
  2. DaysSinceLastBan = 999999999
  3. BanDuration = 0
  4. ;; 0 = Forever, otherwise its x Minutes
  5. BanMessage = Steam VAC Banned
  6.  
  7.  
  8. [Log]
  9. ;; Flush Logs after each write, more work on Harddrive
  10. Flush = true
  11.  
  12.  
  13. [LIFE]
  14. Type = MySQL
  15. Name = AltisLife_dev
  16.  
  17. Username =
  18. Password =
  19.  
  20. IP = 127.0.0.1
  21. Port = 3306
  22.  
  23. ;minSessions = 2
  24. idleTime = 60
  25.  
  26. compress = false
  27. ; Really should only use this if MySQL server is external. Also only for MySQL
  28.  
  29. Secure Auth = true
  30. ; Recommend you turn this on http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_secure-auth
  31.  
  32.  
  33. [SQLite_Example]
  34. Type = SQLite
  35. Name = sqlite.db
  36.  
  37. minSessions = 1
  38. ; minSession Default Value = 1
  39.  
  40. ;maxSessions = 4
  41. ; maxSession Default Value = number of Main->Threads
  42. ; You really should leave this value alone
  43. idleTime = 60
  44. ; idleTime no Default Value yet, needs to be defined.
  45. ; idleTime is the time before a database session is stopped if not used.
  46. ; If Database Sessions are greater than minSessions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement