We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0546366 + d67265c commit 7e4730eCopy full SHA for 7e4730e
.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
PGLITE_DATA_DIR= #../pgLite/ if selecting a directory --- or memory:// if selecting in memory
10
0 commit comments