Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Database:
  2. # Can be MySQL, or SQLite
  3. Type: MySQL
  4. # Should balances be cached and saved when requested (true)
  5. # Or do you wish for it to be constantly grabbing the balance
  6. # from the database (false)
  7. Cache: false
  8. # Name of the database
  9. Name: 'realmzmi_mc'
  10. # Table, Flatfile uses this as the file name.
  11. Table: iConomy
  12. MySQL:
  13. # MySQL Login Username
  14. Username: 'realmzmi_mc'
  15. # MySQL Login Password
  16. Password: 'PASSWORDHERE'
  17. # MySQL Connection Hostname (IP)
  18. Hostname: 174.121.10.53
  19. # MySQL Connection Port Number
  20. Port: 3306
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement