use of com.yahoo.athenz.common.server.util.config.providers.ConfigProviderAwsParametersStore in project athenz by yahoo.
the class ConfigManager method init.
/**
* Overridable: This is called upon construction and add all standard providers
*/
protected void init() {
addProvider(new ConfigProviderFile());
addProvider(new ConfigProviderAwsParametersStore());
}
Aggregations