diff --git a/backend/RecallAI.Api/Program.cs b/backend/RecallAI.Api/Program.cs index bdea603..378222b 100644 --- a/backend/RecallAI.Api/Program.cs +++ b/backend/RecallAI.Api/Program.cs @@ -378,7 +378,7 @@ static bool IsLikelyDatabaseUrl(string value) => builder.Username = "*****"; } - return $"Host={builder.Host};Port={builder.Port};Database={builder.Database};SslMode={builder.SslMode};TrustServerCertificate={builder.TrustServerCertificate}"; + return $"Host={builder.Host};Port={builder.Port};Database={builder.Database};SslMode={builder.SslMode}"; } catch {