appsettings.json
Home
/
Src /
WebFileServ.Test.ConsoleTest /
appsettings.json
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=WebFileServ;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"DataInitializerConfig": {
"ReCreateDataBase": "true",
"AutoApplyMigration": "true",
"FillData": "true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"IdentityServer": {
"Clients": {
"WebFileServ.WebApp": {
"Profile": "IdentityServerSPA"
}
},
//Для тестов. Заменить на нормальный ключ
"Key": {
"Type": "Development"
}
},
"AllowedHosts": "*"
}