Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ## Fast Food Coded by Carlos D.
  2. ## Please, don't delete this notes.
  3.  
  4. ## MySql Configuration
  5. db.host=localhost
  6. db.port=3306
  7. db.username=root
  8. db.password=PASSWORT
  9. db.dbname=DB
  10.  
  11. ## MySql Extra Info
  12. db.pool.size=100
  13. db.client.amount=200
  14.  
  15. ## Sockets Configuration ##
  16. game.tcp.conlimit=11000
  17. game.tcp.conperip=100
  18. game.tcp.enablenagles=false
  19.  
  20. #FastFood info
  21. swfs.site=https://habbo.ac/swf/games/
  22. init.port=90
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement