fun getDefault(key: String): Any
Get a default value from this configuration.
key - A configuration key (e.g. "server.address.hostname").
key
"server.address.hostname"
Return The value, or null if no default was available.