17 lines
292 B
JSON
17 lines
292 B
JSON
|
|
{
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft.AspNetCore": "Warning"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"Kestrel": {
|
||
|
|
"Certificates": {
|
||
|
|
"Default": {
|
||
|
|
"Path": "/certs/server.pfx",
|
||
|
|
"Password": "${CERT_PASSWORD}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|