mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(config): PostgresExtraParams struct tag (#1294)
fix: PostgresExtraParams to lowercase in Config
This commit is contained in:
parent
b2c32a421e
commit
fc0bf33412
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ type Config struct {
|
|||
PostgresUser string `toml:"postgresUser"`
|
||||
PostgresPass string `toml:"postgresPass"`
|
||||
PostgresSSLMode string `toml:"postgresSSLMode"`
|
||||
PostgresExtraParams string `toml:"PostgresExtraParams"`
|
||||
PostgresExtraParams string `toml:"postgresExtraParams"`
|
||||
}
|
||||
|
||||
type ConfigUpdate struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue