diff options
| author | Nemo157 <github@nemo157.com> | 2023-10-21 17:01:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 15:01:00 +0000 |
| commit | 7a914221a7c9fb4b5322aa3c391cb9ad1709c866 (patch) | |
| tree | ffbf35dc5100beecb7b1a2e5ecda791c926664a3 /docs | |
| parent | Add bash support to `enter_accept` (#1316) (diff) | |
| download | atuin-7a914221a7c9fb4b5322aa3c391cb9ad1709c866.zip | |
Document that the self-hosted port is TCP (#1317)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/self-hosting/self-hosting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/self-hosting/self-hosting.md b/docs/docs/self-hosting/self-hosting.md index a7e7fed0..8379f43f 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) | |
