diff --git a/.env.example b/.env.example index 2c0bdbe3bd5..0f7677b578b 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= # Discord Configuration DISCORD_APPLICATION_ID=