Document that the self-hosted port is TCP (#1317)
This commit is contained in:
parent
08a01e037c
commit
7a914221a7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ ATUIN_DB_URI="postgres://user:password@hostname/database"
|
||||||
| Parameter | Description |
|
| Parameter | Description |
|
||||||
| ------------------- | ----------------------------------------------------------------------------- |
|
| ------------------- | ----------------------------------------------------------------------------- |
|
||||||
| `host` | The host to listen on (default: 127.0.0.1) |
|
| `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) |
|
| `open_registration` | If `true`, accept new user registrations (default: false) |
|
||||||
| `db_uri` | A valid PostgreSQL URI, for saving history (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) |
|
| `path` | A path to prepend to all routes of the server (default: false) |
|
||||||
|
|
Loading…
Reference in a new issue