Files
rent-a-car/RentACar/WebApp/appsettings.json
ani_konarcheva@abv.bg 1dc0aa3682 CarsController
2022-04-06 17:31:48 +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": "*"
}