chatai/auth_v2.169.0/internal/conf/profiler.go

8 lines
150 B
Go

package conf
type ProfilerConfig struct {
Enabled bool `default:"false"`
Host string `default:"localhost"`
Port string `default:"9998"`
}