mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 17:16:22 +02:00
20 lines
300 B
JSON
20 lines
300 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://*:5000"
|
|
},
|
|
"Https": {
|
|
"Url": "https://*:5001"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|