Advertisement
Guest User

Untitled

a guest
May 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. sync:
  2. #Should we use Sync? Setting this to false disables it entirely :)
  3. use: true
  4. #Is this server the Sync server? Otherwise it's a client.
  5. server: false
  6. #The host of the Sync server, if this is a client.
  7. host: 127.0.0.1
  8. #The port of the Sync server.
  9. port: 2711
  10. #The password required to join.
  11. pass: 43th3df
  12. debug: false
  13.  
  14. database:
  15. mysql: true
  16. user: root
  17. pass: passwd
  18. host: localhost
  19. port: 3306
  20. name: maxbans
  21. read-only: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement