Files
rent-a-car/RentACar/WebApp/bin/Debug/net5.0/appsettings.json
Dimitar Todorov 0ab907582c Fixed errors on website loading
Fixed the errors that occurred on initial website load by moving the initial user creation in the DBContext and not in the ASP.NET project
2022-04-01 23:22:57 +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": "*"
}