Advertisement
Guest User

Untitled

a guest
Feb 18th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [AltisLife]
  2. ;; Example of MySQL
  3. ;; AtlisLifeRPG uses Database2 by default
  4. Type = MySQL
  5. Name = arma3life
  6.  
  7. Username = root
  8. Password = DEINPW
  9. IP = 127.0.0.1
  10. Port = 3306
  11.  
  12. minSessions = 1
  13. ;maxSessions = 4
  14. idleTime = 60
  15.  
  16. compress = false
  17. ; Should only use this if MySQL server is external. Also only for MySQL
  18.  
  19. Secure Auth = false
  20. ; Recommend you turn this on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement