File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -838,14 +838,14 @@ configured ports clash with something else in your test environment.
838838The default configuration uses a TCP socket on port 9020. You can use a Unix
839839Domain socket instead of a TCP socket by doing the following:
840840
841- #. In `listener.json `, add a `socket ` key with the path to the domain socket
842- you want to use. If this key is present, the listener listens on the
843- corresponding domain socket and not on a TCP socket (the `port ` key is
841+ #. In :file: `listener.json `, add a `` socket `` key with the path to the domain
842+ socket you want to use. If this key is present, the listener listens on the
843+ corresponding domain socket and not on a TCP socket (the `` port ` ` key is
844844 ignored).
845845
846- #. In `webapp.json `, change the socket handler configuration dictionary so that
847- the `host ` value is the path to the domain socket, and set the ` port ` value
848- to `null `.
846+ #. In :file: `webapp.json `, change the socket handler configuration dictionary
847+ so that the `` host `` value is the path to the domain socket, and set the
848+ `` port `` value to `null `.
849849
850850
851851.. currentmodule :: logging
You can’t perform that action at this time.
0 commit comments