Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. server:
  2. id: 58970a84acacf62678000000 # _id field from the server document (should be 24 hex digits)
  3. datacenter: DV # datacenter name e.g. "US"
  4. box: vps2005 # local box name
  5. role: BUNGEE # ServerDoc.Role value
  6.  
  7. # HTTP client settings
  8. api:
  9. http:
  10. base-url: http://localhost:3010
  11. threads: 0
  12. connect-timeout: 20000
  13. read-timeout: 20000
  14. retries: 10
  15.  
  16. # AMQP client settings
  17. queue:
  18. addresses:
  19. - localhost
  20. username: guest
  21. password: guest
  22. virtual-host: /
  23. connection-timeout: 0
  24. network-recovery-interval: 5000
  25. threads: 0
  26.  
  27. # Logging config - you can use this to set the initial level
  28. # of ANY java.util.logging.Logger in the server process.
  29. # Replace '.' with '-' in the logger name.
  30. #
  31. # "log list" command will show all loggers.
  32. # "log level <level> <name>" can be used to change levels in-game.
  33. logging:
  34. root:
  35. level: INFO
  36. tc-oc-api-bukkit-BukkitApi:
  37. level: INFO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement