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

Annotation of /trunk/.env.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 348 - (hide annotations)
Mon Jul 29 17:29:43 2024 UTC (8 months ago) by rakin
File size: 744 byte(s)
feat: user controller
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 rakin 348 # JWT Secret
24     JWT_SECRET=
25    
26     # MongoDB Connection String
27     MONGO_URI=
28    
29 rakin 175 # Bot token
30     TOKEN=
31    
32 rakin 270 # Debug webhook URL
33     DEBUG_WEKHOOK_URL=
34    
35 rakin 175 # These are the tokens for the dashboard API auth
36     # Users having these tokens will be able to read and
37     # change the config for the given guild.
38     #
39     # These are named like "TOKEN_[GUILD_ID]" and the value
40     # is the token.
41    
42     # TOKEN_1234567890123456789=abcdefghij

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26