mirror of
https://github.com/xHyroM/waki.git
synced 2024-11-10 01:18:07 +01:00
docs: notice that API_TOKEN must be uuid v4
This commit is contained in:
parent
d881696a84
commit
6b5fc7e5ce
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ pnpm run deploy
|
|||
|
||||
Then, you need to set the following environment variables in your Cloudflare account:
|
||||
|
||||
- `API_TOKEN` - randomly generated token that will be used to authenticate requests
|
||||
- `API_TOKEN` - random UUID v4 that will be used to authenticate requests
|
||||
- `PROVIDERS` - list of WakaTime instances (in JSON format)
|
||||
- `MAIN_PROVIDER` - main WakaTime instance which will be used to retrieve the user's data, etc...
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# token you'll use in .wakatime.cfg
|
||||
# token you'll use in .wakatime.cfg, must be UUID v4
|
||||
API_TOKEN=random token that you want to use
|
||||
|
||||
# providers you want to use
|
||||
|
|
Loading…
Reference in a new issue