diff --git a/APICycleVDP/appsettings.json b/APICycleVDP/appsettings.json index 0727d64..1f4780f 100644 --- a/APICycleVDP/appsettings.json +++ b/APICycleVDP/appsettings.json @@ -1,8 +1,8 @@ { "Kestrel": { "Endpoints": { - "Http": { - "Url": "http://*:65041" + "UnixSocket": { + "Url": "http://unix:/var/sock/api_cycle_vdp.sock" } } },