added Microser
This commit is contained in:
17
src/Microser/Microser.IdS/appsettings.json
Normal file
17
src/Microser/Microser.IdS/appsettings.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Debug",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Microsoft.AspNetCore.Authentication": "Debug",
|
||||
"System": "Warning"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Data Source=IdentityServer.db;"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user