diff --git a/.env.example b/.env.example index 5cd8497b3cc..e3e74508fef 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,10 @@ # Cache Configs CACHE_STORE=database # Defaults to database. Other available cache store: redis and filesystem -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 + +# Supabase Configuration +SUPABASE_URL= +SUPABASE_ANON_KEY= PGLITE_DATA_DIR= #../pgLite/ if selecting a directory --- or memory:// if selecting in memory