Files
rent-a-car/RentACar/WebApp/appsettings.json
ani_konarcheva@abv.bg 0f3e02cb92 Register
2022-03-30 14:25:53 +03:00

14 lines
354 B
JSON

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