On Wed, Jul 2, 2014 at 4:34 PM, Chanan Braunstein
<
chanan.b...@pearson.com> wrote:
> That seems to be on the config value level only and not on the full config.
>
Can you explain what you mean by "the full config" ?
The config used by most apps is made by loading Config instances from
individual files and then merging those into a single Config instance.
So the way you render() and individual file config vs. the merged
config is the same.
Havoc