1
0
Fork 0
mirror of https://github.com/xHyroM/waki.git synced 2024-09-19 20:23:21 +02:00

docs: notice that API_TOKEN must be uuid v4

This commit is contained in:
Jozef Steinhübl 2024-05-20 13:14:36 +02:00
parent d881696a84
commit 6b5fc7e5ce
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 2 additions and 2 deletions

View file

@ -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...

View file

@ -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