docs(readme): update auth token example

This commit is contained in:
orhun 2021-07-27 15:48:21 +03:00
parent f1e85b64b7
commit e178475971
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ $ CONFIG="$HOME/.rustypaste.toml" rustypaste
To enable basic HTTP auth, set the `AUTH_TOKEN` environment variable (via `.env`):
```sh
$ echo "AUTH_TOKEN=rustjerk" > .env
$ echo "AUTH_TOKEN=$(openssl rand -base64 16)" > .env
$ rustypaste
```