get
Get a configuration value by dot-notation path. Environment variables are substituted in the returned value.
Parameters
key_path
Dot-separated path to the config value (e.g., "security.ssl_enabled",
"server.port").
default
Default value if the path is not found.
Returns
Any — The configuration value with environment variables substituted, or the
default if not found.