VCinema/VCinema/appsettings.json
jackhadrill 43734e0993 feature/dotnet (#3)
Update transactions to match design

Stub out hub methods needed for VCinema

Un-asynced

Use interfaces to make mocking and testing easier

WIP: VCinema ASP.NET Core edition

Co-authored-by: Jack Hadrill <jack@hadrill.co.uk>
Reviewed-on: #3
2020-09-21 22:43:40 +00:00

11 lines
182 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}