exciting-aftermath/Portfolio.WebUI.Server/appsettings.json

13 lines
302 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\MSSQLFishbowlDB;Database=Profile;Trusted_Connection=True;TrustServerCertificate=True"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}