Settings to write to IPC.config. All options can be found here.
Declarations
Type
JSON value
Default
{ }
Example
{
Kestrel = {
Endpoints = {
HTTP = {
Url = "http://*:1242";
};
};
};
}
Settings to write to IPC.config. All options can be found here.
JSON value
{ }
{
Kestrel = {
Endpoints = {
HTTP = {
Url = "http://*:1242";
};
};
};
}