Skip to content

Commit 7e4730e

Browse files
authored
Merge pull request #2031 from antman1p/patch-2
Update .env.example
2 parents 0546366 + d67265c commit 7e4730e

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
PGLITE_DATA_DIR= #../pgLite/ if selecting a directory --- or memory:// if selecting in memory
610

0 commit comments

Comments
 (0)