Skip to content

Commit b237195

Browse files
committed
Update docs on command templating
1 parent 4632316 commit b237195

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/source/server-process.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ pairs.
2828
* A list of strings that is the command used to start the
2929
process. The following template strings will be replaced:
3030

31-
* ``{port}`` the port (or path if :ref:`server-process-unix-socket` is True)
32-
that the process should listen on.
31+
* ``{port}`` the port that the process should listen on. This will be 0 if
32+
it should use a Unix socket instead.
33+
34+
* ``{unix_socket}`` the path at which the process should listen on a Unix
35+
socket. This will be an empty string if it should use a TCP port.
3336

3437
* ``{base_url}`` the base URL of the notebook
3538

0 commit comments

Comments
 (0)