Files
soft_usite/config/profiler.go
T
2025-04-24 02:07:47 +00:00

7 lines
213 B
Go
Executable File

package config
type ProfilerConfig struct {
Server string `yaml:"server" env:"PROFILER_SERVER" env-default:"http://localhost:4040"`
Enabled bool `yaml:"enabled" env:"PROFILER_ENABLED" env-default:"false"`
}