Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. "Databases"
  2. {
  3. "driver_default" "mysql"
  4.  
  5. // When specifying "host", you may use an IP address, a hostname, or a socket file path
  6.  
  7. "default"
  8. {
  9. "driver" "default"
  10. "host" "localhost"
  11. "database" "sourcemod"
  12. "user" "root"
  13. "pass" ""
  14. //"timeout" "0"
  15. //"port" "0"
  16. }
  17.  
  18. "storage-local"
  19. {
  20. "driver" "sqlite"
  21. "database" "sourcemod-local"
  22. }
  23.  
  24. "CTBans"
  25. {
  26. "driver" "default"
  27. "host" "38.135.32.212"
  28. "database" "CTBAN INFO"
  29. "user" "CTBAN"
  30. "pass" "PASSWORD"
  31. //"timeout" "0"
  32. "port" "3306"
  33. }
  34.  
  35. "clientprefs"
  36. {
  37. "driver" "sqlite"
  38. "host" "localhost"
  39. "database" "clientprefs-sqlite"
  40. "user" "root"
  41. "pass" ""
  42. //"timeout" "0"
  43. //"port" "0"
  44. }
  45.  
  46. "sourcebans"
  47. {
  48. "driver" "default"
  49. "host" "38.135.32.212"
  50. "database" "ngamingc_souraacebanz"
  51. "user" "ngamingc_souaarceb"
  52. "pass" "copqwqw321A!"
  53. //"timeout" "0"
  54. "port" "3306"
  55. }
  56.  
  57. "sourcecomms"
  58. {
  59. "driver" "default"
  60. "host" "38.135.32.212"
  61. "database" "ngamingc_sourcebanz"
  62. "user" "ngamingc_sourceb"
  63. "pass" "cofdop321A!"
  64. //"timeout" "0"
  65. "port" "3306"
  66. }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement