Removing links

This commit is contained in:
Zoe Roux
2021-07-30 23:52:53 +02:00
parent 0c594a92c6
commit 756bfa762c
35 changed files with 1618 additions and 1936 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ namespace Kyoo.Postgresql
x.UseNpgsql(_configuration.GetDatabaseConnection("postgres"));
if (_environment.IsDevelopment())
x.EnableDetailedErrors().EnableSensitiveDataLogging();
});
}, ServiceLifetime.Transient);
}
/// <inheritdoc />