Y2S1-Web_Apps_and_Services/ThAmCo.Venues/appsettings.json
2020-06-07 22:36:12 +01:00

12 lines
257 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"ConnectionStrings": {
"VenuesSqlConnection": "Server=(localdb)\\mssqllocaldb;Database=Venues;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"AllowedHosts": "*"
}