func()

in config.go [54:56]


func (c Config) ConnectionString() string {
	return fmt.Sprintf("%s:%d", c.ListenAddress, c.ListenPort)
}