From 2b799dcda362422fea705c03680a5f9d647cd7a3 Mon Sep 17 00:00:00 2001 From: Antonio Piazza Date: Wed, 8 Jan 2025 20:54:16 +0100 Subject: [PATCH] Update .env.example Added Supabase variables. --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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=