Advertisement
Victortjeuh

Untitled

Nov 10th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #Put your forum login details here:
  2. #Forum can be found at http://arcturus.wf
  3. #If problems arise we can contact your through it.
  4. #To get a camera subscription go to http://arcturus.wf/mysubscriptions.php
  5. username=
  6. password=
  7. hotel.url=http://habbo.com
  8.  
  9. #Database Configuration.
  10. db.hostname=localhost
  11. db.port=3306
  12. db.database=(my db here)
  13. db.username=root
  14. db.password=(my pass here)
  15. db.params=
  16. #Better cyrillic supprot add ?characterEncoding=utf8 to db.params. This will be appended at the end of the JDBC url.
  17.  
  18. #Game Configuration.
  19. game.host=127.0.0.1
  20. game.port=3000
  21.  
  22. #RCON Configuration.
  23. rcon.host=127.0.0.1
  24. rcon.port=3001
  25. rcon.allowed=127.0.0.1;127.0.0.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement