We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9d1c0 commit 2b799dcCopy full SHA for 2b799dc
.env.example
@@ -1,6 +1,10 @@
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
+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=
8
9
# Discord Configuration
10
DISCORD_APPLICATION_ID=
0 commit comments