From 138f012f3af61c306c2ea8aad568ff39d1e6e281 Mon Sep 17 00:00:00 2001 From: Radouane Lahmidi Date: Sat, 30 Mar 2024 17:12:13 +0100 Subject: [PATCH] FIX documentation error --- docs/cpp/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cpp/index.md b/docs/cpp/index.md index 11cb03d..afc76d9 100644 --- a/docs/cpp/index.md +++ b/docs/cpp/index.md @@ -4,7 +4,7 @@ To communicate with TVPaint, we developed a TVPaint plugin using C++ and their S It's a [JSON-RPC](https://www.jsonrpc.org/) over [WebSocket](https://en.wikipedia.org/wiki/WebSocket) server that offers an endpoint to send George commands. -By default it listens on port `3000` but you can set the `TVP_WS_PORT` environment variable to set another port at startup. +By default it listens on port `3000` but you can set the `PYTVPAINT_WS_HOST` environment variable to set another port at startup. Here is an example of JSON messages and responses: