Skip to content

Commit 1275946

Browse files
committed
feat: add cache env to env example
1 parent fcfb1e6 commit 1275946

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.env.example

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# Discord Configuration
26
DISCORD_APPLICATION_ID=
37
DISCORD_API_TOKEN= # Bot token

0 commit comments

Comments
 (0)