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

View file

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