Skip to content

Commit

Permalink
FIX documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
rlahmidi committed Mar 30, 2024
1 parent 441f174 commit 138f012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cpp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 138f012

Please sign in to comment.