From ab6b34e84c9ce6e386720f3aa016e8e9908e04c7 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 10 Sep 2025 21:41:08 +0200 Subject: [PATCH] Hide supabase annon key (env) --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 6455498b..69fa83e3 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,7 @@ # For database connection. A 16-character password with digits and letters. SUPABASE_DB_PASSWORD= +NEXT_PUBLIC_SUPABASE_KEY= # For authentication. # Ask the project admin. Should start with "AIza".