Compare commits

...

1 Commits

Author SHA1 Message Date
97dd515468 Set listen unix socket 2024-09-21 14:16:33 +05:00

View File

@ -1,8 +1,8 @@
{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:65041"
"UnixSocket": {
"Url": "http://unix:/var/sock/api_cycle_vdp.sock"
}
}
},