Guest User

Untitled

a guest
Jun 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. -- Database
  2. sqlType = "sqlite"
  3. sqlHost = "localhost"
  4. sqlPort = 3306
  5. sqlUser = "root"
  6. sqlPass = ""
  7. sqlDatabase = "Global Server.sql"
  8. sqlFile = "Global Server.s3db"
  9. sqlKeepAlive = 0
  10. mysqlReadTimeout = 10
  11. mysqlWriteTimeout = 10
  12. encryptionType = "sha1"
Add Comment
Please, Sign In to add comment