add docker
This commit is contained in:
parent
dda1fca264
commit
7ab9f46e64
6 changed files with 77 additions and 2 deletions
|
@ -46,7 +46,8 @@ public static class AuthStartup
|
|||
{
|
||||
builder.UseNpgsql();
|
||||
builder.UseSnakeCaseNamingConvention();
|
||||
builder.EnableSensitiveDataLogging();
|
||||
var loggerFactory = LoggerFactory.Create(b => { });
|
||||
builder.UseLoggerFactory(loggerFactory);
|
||||
});
|
||||
|
||||
services.ConfigureDomainServices<AuthContext>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue