We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfb1e6 commit 1275946Copy full SHA for 1275946
.env.example
@@ -1,3 +1,7 @@
1
+# Cache Configs
2
+CACHE_STORE=database # Defaults to database. Other available cache store: redis and filesystem
3
+REDIS_URL= # Redis URL - could be a local redis instance or cloud hosted redis. Also support rediss:// urls
4
+
5
# Discord Configuration
6
DISCORD_APPLICATION_ID=
7
DISCORD_API_TOKEN= # Bot token
0 commit comments