diff options
-rw-r--r-- | share/man/just-serve-config.5.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just-serve-config.5.md b/share/man/just-serve-config.5.md index 4f127ea4..6a961842 100644 --- a/share/man/just-serve-config.5.md +++ b/share/man/just-serve-config.5.md @@ -133,7 +133,7 @@ An example serve configuration file could look as follows. , "server cert": "/etc/just-serve/certs/server.crt" , "server key": "/etc/just-serve/certs/server.key" } -, "execution endpoint": {"address": "198.51.100.1"} +, "execution endpoint": {"address": "198.51.100.1:8989"} , "repositories": [ "/var/just-serve/repos/third-party-distfiles" , "/var/just-serve/repos/project-foo" |