cocktailweb/CocktailWeb/appsettings.json
2024-01-15 19:02:47 +01:00

13 lines
223 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"CocktailDB": "Data Source=Data\\cocktails.db"
},
"AllowedHosts": "*"
}