Set listen unix socket

This commit is contained in:
Georgy.Khatuncev 2024-09-21 14:16:33 +05:00
parent 7754a77746
commit 97dd515468

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