{{define "component/server"}}
{{.Conf.GRPCHost}}
{{if .Conf.ProxyGRPCPort}}{{.Conf.ProxyGRPCPort}}{{else}}{{.Conf.GRPCPort}}{{end}}
{{if .Conf.TLS}}--tls{{end}}