Created
December 18, 2014 18:50
-
-
Save infynyxx/9a0696817527326c3d80 to your computer and use it in GitHub Desktop.
DW config.json
This file contains 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
{ | |
"logging" : { | |
"appenders" : [ { "type" : "console" } ], | |
"level" : "INFO", | |
"loggers" : { "io.dropwizard" : "INFO" } | |
}, | |
"server" : { | |
"adminConnectors" : [{ "type" : "http", "port" : 9001 }], | |
"applicationConnectors" : [{ "type" : "http", "port" : 9000 }] | |
}, | |
"foo": "bar" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment