13 lines
210 B
JSON
13 lines
210 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
|
||
|
"IPAddress": "http://localhost:5159/",
|
||
|
"Password": "password"
|
||
|
}
|