Advertisement
Guest User

Untitled

a guest
Jan 29th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. # PLEASE READ EVERY LINE OF THIS CONFIG FILE!
  2. # PLEASE READ EVERY LINE OF THIS CONFIG FILE!
  3. # PLEASE READ EVERY LINE OF THIS CONFIG FILE!
  4.  
  5. #Put your forum login details here:
  6. #Forum can be found at https://arcturus.pw
  7. #If problems arise we can contact your through it.
  8. #To get a camera subscription go to https://arcturus.pw/mysubscriptions.php
  9. username=
  10. password=
  11. hotel.url=http://habnam.xyz
  12. ## MySQL Configuration
  13. db.hostname= HIDDEN
  14. db.port=HIDDEN
  15. db.username=HIDDEN
  16. db.password=HIDDEN
  17. db.name=HIDDEN
  18.  
  19. #Better cyrillic supprot add ?characterEncoding=utf8 to db.params. This will be appended at the end of the JDBC url.
  20. db.pool.minsize=25
  21. db.pool.maxsize=100
  22.  
  23. #Game Configuration.
  24.  
  25. #Host IP. Most likely just 0.0.0.0 Use 127.0.0.1 if you want to play on LAN.
  26. game.host=0.0.0.0
  27. game.port=3000
  28.  
  29. #RCON Configuration.
  30.  
  31. #RCON Host IP. Leave this at 127.0.0.1 if you're running your website on the same server as the emulator.
  32. rcon.tcp.bindip=127.0.0.1
  33. rcon.tcp.port=30001
  34. rcon.tcp.allowedaddr=localhost;127.0.0.1
  35.  
  36. # Arcturus is free software. You can use it as you want. Report bugs on bitbucket here: https://bitbucket.org/Wesley12312/arcturus/issues
  37. # Modification, re-distribution or decompilation is not allowed.
  38. # There is an API available for those that want to add more features
  39. # to their hotel so you can build your own plugins to do so.
  40. # Documentation can be found on https://arcturus.pw/doc/
  41. # Use MAVEN to install the Habbo-1.14.0.jar to your local .m2 repository. (Artifact: Habbo, Group: com.eu.habbo, Version 1.14.0)
  42.  
  43. # Thank you for using Arcturus.
  44.  
  45. # The General
  46.  
  47. # Discord: TheGeneral#0063 | Skype: wesley.jabbo
  48. # Official Arcturus Discord Server: https://discord.gg/eDr7FKQ
  49.  
  50. # https://arcturus.pw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement