4g0tt3nSou1

STT Error ~ MySQL.config.lua

Mar 19th, 2017 (edited)
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. STT.MySQL = STT.MySQL or {}
  2.  
  3. -- Even use MySQL?
  4. STT.MySQL.UseMySQL = true
  5.  
  6. -- Self explaintory
  7. STT.MySQL.Host = "darthrp.site.nfoservers.com"
  8. STT.MySQL.User = "darthrp"
  9. STT.MySQL.Pass = OMITTING
  10. STT.MySQL.Database = OMITTING
  11. STT.MySQL.Port = 3306
  12.  
  13. -- Any servers with the ID of 1 will query and do all the demoting
  14. -- Only rank one server with the ID of 1
  15. STT.ServerID = 1
Add Comment
Please, Sign In to add comment