Files
rent-a-car/RentACar/WebApp/appsettings.json
ani_konarcheva@abv.bg 4e25e34b99 UsersController
2022-04-07 23:52:54 +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": "*"
}