Advertisement
Guest User

Untitled

a guest
May 13th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [server]
  2. #host - IP or hostname of the BC2 server
  3. host: 68.232.177.3
  4.  
  5. #port - Rcon port for BC2
  6. #Default: 48888
  7. port: 48888
  8.  
  9. #rcon - Rcon password
  10. rcon: flapjacktitties
  11.  
  12. [settings]
  13. #refreshThreshold - Number of minutes inbetween refreshing the ban and admin lists
  14. #Value: Integer > 0, default 5
  15. refreshThreshold: 5
  16.  
  17. #logAdmin - Choose whether or not to log all admin actions
  18. #Value: 1 for on, 0 for off
  19. logAdmin: 1
  20.  
  21. #SQLSupport - Choose whether or enable SQL support or use text files
  22. #Value: 1 for on, 0 for off
  23. SQLSupport: 0
  24.  
  25. [MySQL]
  26. #dbHost - The server that your MySQL database resides on
  27. dbHost: 216.52.148.207
  28.  
  29. #dbUser - The username used to log into the above database
  30. dbUser: awpaholica
  31.  
  32. #dbPass - The password used to log in with the above username
  33. dbPass: 8heBrare
  34.  
  35. #dbName - The name of the database you want to use
  36. dbName: bc2
  37.  
  38. #dbPrefix - The prefix for every table that is used, so that they don't interfere with existing tables
  39. dbPrefix: awp_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement