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

Annotation of /trunk/.env.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 175 - (hide annotations)
Mon Jul 29 17:28:53 2024 UTC (8 months ago) by rakin
File size: 638 byte(s)
chore: add .env.example 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     # These are the tokens for the dashboard API auth
27     # Users having these tokens will be able to read and
28     # change the config for the given guild.
29     #
30     # These are named like "TOKEN_[GUILD_ID]" and the value
31     # is the token.
32    
33     # TOKEN_1234567890123456789=abcdefghij

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26