func DefaultConfig()

in internal/conf/config.go [98:102]


func DefaultConfig() Config {
	c := Config{}
	setDefaults(&c)
	return c
}