HomeLibrary/HomeLibrary.Api/appsettings.json

13 lines
270 B
JSON

{
"ConnectionStrings": {
"HomeLibraryConnection": "Server=GRILLED-CHEESE;Database=HomeLibrary;Trusted_Connection=True"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}