Created
July 6, 2014 17:18
-
-
Save TruDan/c0e7b558533f94bf68fb to your computer and use it in GitHub Desktop.
config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# API methods on the method-whitelist will be | |
# able to called without any sort of authentication | |
method-whitelist: | |
- getPlayerLimit | |
- dynmap.getPort | |
- server.performance.tick_health | |
- server.performance.memory.used | |
- server.performance.memory.total | |
- players.online.names | |
- players.online.count | |
- players.online.limit | |
- server.settings.motd | |
options: | |
stream_pusher: | |
max_queue_age: 30 | |
max_queue_length: 500 | |
startup-delay: 2000 | |
port: 20059 | |
log-to-console: true | |
log-to-file: WebAPI.log | |
anyone-can-use-calladmin: true | |
use-new-api: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment