Skip to content

Commit 2b799dc

Browse files
authored
Update .env.example
Added Supabase variables.
1 parent ea9d1c0 commit 2b799dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.env.example

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Cache Configs
22
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
3+
REDIS_URL= # Redis URL - could be a local redis instance or cloud hosted redis. Also support rediss:// URLs
4+
5+
# Supabase Configuration
6+
SUPABASE_URL=
7+
SUPABASE_ANON_KEY=
48

59
# Discord Configuration
610
DISCORD_APPLICATION_ID=

0 commit comments

Comments
 (0)