Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manual/server/self-hosting/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ user sessions (amongst other things). You can generate one with the following
command:

```sh
tr -dc A-Za-z0-9 </dev/urandom | head -c 64; echo
LC_CTYPE=C tr -dc "[:alnum:]" </dev/urandom | head -c 64; echo
```

The `URL_SCHEME`, `URL_HOST` and `URL_PORT` variables configure the root URL
Expand Down