You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs showcase how to use custom names for WriteTo and other sections, but in the nested configuration sections it only shows how to use an array for configuration, even though custom names work for it as well. See example below.
I think it's pretty important to mention/show this as I (and I'm sure others) have plenty of times where we want to use nested configuration, but also have secrets that are applied via environment variables or other methods to the runtime configuration and as noted in the docs using arrays can be pretty fragile/troublesome :/