/[sudobot]/trunk/.env.example
ViewVC logotype

Annotation of /trunk/.env.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 270 - (hide annotations)
Mon Jul 29 17:29:18 2024 UTC (8 months ago) by rakin
File size: 678 byte(s)
chore: update example env file
1 rakin 175 # 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 rakin 270 # Debug webhook URL
27     DEBUG_WEKHOOK_URL=
28    
29 rakin 175 # 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