Mention ASCIINEMA_API_URL in docs
This commit is contained in:
parent
e32b7aa663
commit
a71eff74be
@ -32,6 +32,10 @@ API URL in `~/.config/asciinema/config` file as follows:
|
|||||||
[api]
|
[api]
|
||||||
url = https://your.asciinema.host
|
url = https://your.asciinema.host
|
||||||
|
|
||||||
|
Alternatively, you can set `ASCIINEMA_API_URL` environment variable:
|
||||||
|
|
||||||
|
ASCIINEMA_API_URL=https://your.asciinema.host asciinema rec
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Check out our [Contributing](http://asciinema.org/contributing) page, which
|
Check out our [Contributing](http://asciinema.org/contributing) page, which
|
||||||
|
@ -143,3 +143,7 @@ API URL in `~/.config/asciinema/config` file as follows:
|
|||||||
|
|
||||||
[api]
|
[api]
|
||||||
url = https://your.asciinema.host
|
url = https://your.asciinema.host
|
||||||
|
|
||||||
|
Alternatively, you can set `ASCIINEMA_API_URL` environment variable:
|
||||||
|
|
||||||
|
ASCIINEMA_API_URL=https://your.asciinema.host asciinema rec
|
||||||
|
Loading…
Reference in New Issue
Block a user