mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(diagnostics): profiling config flags (#1637)
This commit is contained in:
parent
b681846b51
commit
34d6e0cf60
3 changed files with 8 additions and 8 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue