Guest User

Untitled

a guest
Jan 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [Main]
  2. Steam Web API Key = xxxxxxxxxxxxxxxxxxx
  3. ;Steam Web API Key @ http://steamcommunity.com/dev/apikey
  4.  
  5. ;Threads = 0
  6. ; Default Value is number of CPU Cores Detected, Linux Chroot Environment might only Detect 1 CPU Cor
  7.  
  8. Randomize Config File = false
  9. ;This is a legacy option to randomize config file for Arma2 Servers.
  10.  
  11. [Rcon]
  12. ;; This doesn't have any functional code, if you enable this at best you waste CPU Time on Rcon Connection to server.
  13. ;; Worst case server crashes, you have been warned
  14. Enable = false
  15. Port = 2302
  16. Password = mrmiagi
  17.  
  18.  
  19. [Database1]
  20. Type = SQLite
  21. Name = sqlite.db
  22.  
  23. minSessions = 1
  24. ; minSession Default Value = 1
  25.  
  26. ;maxSessions = 4
  27. ; maxSession Default Value = number of Main->Threads
  28. ; u really should leave this value alone
  29. idleTime = 60
  30. ; idleTime no Default Value yet, needs to be defined.
  31. ; idleTime is the time before a database session is stopped if not used.
  32. ; If Database Sessions are greater than minSessions
  33.  
  34.  
  35. [lakeside]
  36. ;; AtlisLifeRPG uses Database2 by default
  37. Type = MySQL
  38. Name = lakeside
  39.  
  40. Username = root
  41. Password =
  42. IP = 127.0.0.1
  43. Port = 3306
  44.  
  45. minSessions = 1
  46. ;maxSessions = 4
  47. idleTime = 60
  48.  
  49. compress = false
  50. ; Should only use this if MySQL server is external. Also only for MySQL
Add Comment
Please, Sign In to add comment