Skip to content

Instantly share code, notes, and snippets.

@infynyxx
Created December 18, 2014 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infynyxx/9a0696817527326c3d80 to your computer and use it in GitHub Desktop.
Save infynyxx/9a0696817527326c3d80 to your computer and use it in GitHub Desktop.
DW config.json
{
"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