Files
rent-a-car/RentACar/WebApp/appsettings.json
ani_konarcheva@abv.bg 547c6e8774 commiting some changes
2022-04-08 14:05:16 +03:00

14 lines
344 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=.\\SQLEXPRESS;Database=RentACar;Integrated Security=true;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}