String key = pair.getKey();
String value = pair.getValue();
configDB.put(key, value);
}
repository = repository();
repository.configure();
} catch (RepositoryConnectionException e) {
throw new IllegalStateException(
"Unable to initialize repository for the first time: " + e.getMessage(),
e);
}