diff --git a/internal/domain/config.go b/internal/domain/config.go index 256a6a6..8a83195 100644 --- a/internal/domain/config.go +++ b/internal/domain/config.go @@ -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 {