From 877c51a6e51c5f764f44b5dc0e3f0c831c48cd75 Mon Sep 17 00:00:00 2001 From: Nemo157 Date: Sat, 21 Oct 2023 12:06:47 +0200 Subject: [PATCH] Document that the self-hosted port is TCP --- docs/docs/self-hosting/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/self-hosting/self-hosting.md b/docs/docs/self-hosting/self-hosting.md index a7e7fed0867..8379f43f818 100644 --- a/docs/docs/self-hosting/self-hosting.md +++ b/docs/docs/self-hosting/self-hosting.md @@ -34,7 +34,7 @@ ATUIN_DB_URI="postgres://user:password@hostname/database" | Parameter | Description | | ------------------- | ----------------------------------------------------------------------------- | | `host` | The host to listen on (default: 127.0.0.1) | -| `port` | The port to listen on (default: 8888) | +| `port` | The TCP port to listen on (default: 8888) | | `open_registration` | If `true`, accept new user registrations (default: false) | | `db_uri` | A valid PostgreSQL URI, for saving history (default: false) | | `path` | A path to prepend to all routes of the server (default: false) |