Don't confuse users with example API token

rails
Marcin Kulik 8 years ago
parent f2b4515a54
commit c6ee1a3da2

@ -5,17 +5,19 @@
asciinema uses a config file to keep API token and user settings. In most cases asciinema uses a config file to keep API token and user settings. In most cases
the location of this file is `$HOME/.config/asciinema/config`. the location of this file is `$HOME/.config/asciinema/config`.
When you first run `asciinema`, local API token is generated (UUID) and saved in the *NOTE! When you first run `asciinema`, local API token is generated (UUID) and
file (unless the file already exists). It looks like this: saved in the file (unless the file already exists).*
The auto-generated, minimal config file looks like this:
[api] [api]
token = d5a2dce4-173f-45b2-a405-ac33d7b70c5f token = <your-api-token-here>
There are several options you can set in this file. Here's a config with all There are several options you can set in this file. Here's a config with all
available options set: available options set:
[api] [api]
token = d5a2dce4-173f-45b2-a405-ac33d7b70c5f token = <your-api-token-here>
url = https://asciinema.example.com url = https://asciinema.example.com
[record] [record]

Loading…
Cancel
Save