Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@joebigelow
/
wix-1
wix-1
/
src
/
test
/
wix
/
TestData
/
CsprojWebApplicationNetCore
/
appsettings.json
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
json
10 lines
182 Bytes
Copy permalink
Copy
Raw
1
{
2
"Logging"
:
{
3
"LogLevel"
:
{
4
"Default"
:
"Information"
,
5
"Microsoft"
:
"Warning"
,
6
"Microsoft.Hosting.Lifetime"
:
"Information"
7
}
8
},
9
"AllowedHosts"
:
"*"
10
}