Files
rent-a-car/RentACar/WebApp/appsettings.json
2022-04-08 10:52:17 +03:00

14 lines
332 B
JSON

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