We support overriding key locations and such with environment variables so all the command line arg processing is not necessary. Let's simplify startServer to reflect this.
Also, in appInit(), create a Reporter if not passed in and fix call to PLUGABLE_REGISTRY.
Overview
We support overriding key locations and such with environment variables so all the command line arg processing is not necessary. Let's simplify
startServer
to reflect this.Also, in
appInit()
, create aReporter
if not passed in and fix call toPLUGABLE_REGISTRY
.Deliverables