From c6ee1a3da26e45ddd7795cb83eefee02c1ca6cb0 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 1 Jul 2016 10:19:10 +0000 Subject: [PATCH] Don't confuse users with example API token --- app/views/docs/config.html.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/docs/config.html.md b/app/views/docs/config.html.md index 725ed63..5727b29 100644 --- a/app/views/docs/config.html.md +++ b/app/views/docs/config.html.md @@ -5,17 +5,19 @@ 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`. -When you first run `asciinema`, local API token is generated (UUID) and saved in the -file (unless the file already exists). It looks like this: +*NOTE! When you first run `asciinema`, local API token is generated (UUID) and +saved in the file (unless the file already exists).* + +The auto-generated, minimal config file looks like this: [api] - token = d5a2dce4-173f-45b2-a405-ac33d7b70c5f + token = There are several options you can set in this file. Here's a config with all available options set: [api] - token = d5a2dce4-173f-45b2-a405-ac33d7b70c5f + token = url = https://asciinema.example.com [record]