Manarah/Manarah.App/appsettings.json

14 lines
304 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=ManarahDb;Trusted_Connection=True;MultipleActiveResultSets=true;encrypt=false"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}