Friks12829

Untitled

Aug 28th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. CTIME = {}
  2. CTIME.Config = {}
  3. CTIME.mysql = CTIME.mysql or {}
  4.  
  5. --[[-------------------------------------------------------------------------
  6. MySQL config
  7. ---------------------------------------------------------------------------]]
  8.  
  9. // Enable MySQL?
  10. CTIME.mysql.EnableMySQL = true
  11. CTIME.mysql.Host = "localhost"
  12. CTIME.mysql.Username = "root"
  13. CTIME.mysql.Password = ""
  14. CTIME.mysql.Database_name = "database_name"
  15. CTIME.mysql.Database_port = 3306
  16.  
  17. CTIME.mysql.reconnect = true -- Enable auto-connect when an error occurs while connecting to the database?
  18.  
  19. --[[-------------------------------------------------------------------------
  20. ---------------------------------------------------------------------------]]
Add Comment
Please, Sign In to add comment