Trying to understand the interaction between `Conf...
# hoplite
r
Trying to understand the interaction between
ConfigLoaderBuilder.addResourceSource
and the
inputs: List<ConfigSource>
parameter of
loadConfigOrThrow
. Why can we define sources in both places, and what happens if we do?
s
It just gets combined together
👍 1