type Config struct {
Proto proto `mapstructure:",squash"`
Server server `mapstructure:",squash"`
TLS tls `mapstructure:",squash"`
Request request `mapstructure:",squash"`
Editor editor `mapstructure:",squash"`
}
Config represents a common cross-application configuration.