Parent Directory
|
Revision Log
chore: update example env file
1 | # A random token for dashboard API |
2 | # Do not leave this empty even if you are not using the API |
3 | APITOKEN= |
4 | |
5 | # Cat API token |
6 | # https://thecatapi.com |
7 | CAT_API_TOKEN= |
8 | |
9 | # Dog API token |
10 | # https://thedogapi.com |
11 | DOG_API_TOKEN= |
12 | |
13 | # Your application's client ID |
14 | CLIENT_ID= |
15 | |
16 | # Home Guild ID for the bot |
17 | GUILD_ID= |
18 | |
19 | # Pixabay API token |
20 | # https://pixabay.com |
21 | PIXABAY_TOKEN= |
22 | |
23 | # Bot token |
24 | TOKEN= |
25 | |
26 | # Debug webhook URL |
27 | DEBUG_WEKHOOK_URL= |
28 | |
29 | # These are the tokens for the dashboard API auth |
30 | # Users having these tokens will be able to read and |
31 | # change the config for the given guild. |
32 | # |
33 | # These are named like "TOKEN_[GUILD_ID]" and the value |
34 | # is the token. |
35 | |
36 | # TOKEN_1234567890123456789=abcdefghij |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |