81aa2a8279
"Scylla's configuration can change the listening address and port of the API, the jmx proxy need to use this same configuration. This series adds the ability to add a path to a yaml configuration file and the jmx proxy would read its configuration from there. Configuration from system properties/command line is still supported and the configuration hirarchy is as follow from highest to lowest: * command line * configuration file according to the hirarchy: - command line - SCYLLA_CONF - SCYLLA_HOME - relative conf directory * default values The configuration definition was moved to a configuraion class that responsible for getting the information from the command line and the configuration file."