From a04066e1f044896dd4c955917917c12190121af2 Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:50:50 +0530 Subject: [PATCH] remove extra vars from example env --- .env.example | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.env.example b/.env.example index d920e8c1..f5eebf6a 100644 --- a/.env.example +++ b/.env.example @@ -4,8 +4,4 @@ AUTH0_SECRET= AUTH0_BASE_URL=http://localhost:3000 AUTH0_ISSUER_BASE_URL= AUTH0_CLIENT_ID= -AUTH0_CLIENT_SECRET= -FIRECRAWL_API_KEY= -OXYLABS_USERNAME= -OXYLABS_PASSWORD= -CHAT_WIDGET_SESSION_JWT_SECRET= \ No newline at end of file +AUTH0_CLIENT_SECRET= \ No newline at end of file