fix(diagnostics): profiling config flags (#1637)

This commit is contained in:
ze0s 2024-08-29 13:21:01 +02:00 committed by GitHub
parent b681846b51
commit 34d6e0cf60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -24,7 +24,7 @@ type Config struct {
PostgresPass string `toml:"postgresPass"`
PostgresSSLMode string `toml:"postgresSSLMode"`
PostgresExtraParams string `toml:"postgresExtraParams"`
ProfilingEnabled bool `toml:"profiling"`
ProfilingEnabled bool `toml:"profilingEnabled"`
ProfilingHost string `toml:"profilingHost"`
ProfilingPort int `toml:"profilingPort"`
}