get_section
get_section
Get an entire configuration section with all environment variables substituted.
Parameters
section
The top-level section name (e.g., "security", "server", "session").
Returns
dict[str, Any] — The section contents with all variables substituted, or an
empty dict if the section does not exist.