From 4ea933e64383f62d3adc3ccdb5e3eff59594a017 Mon Sep 17 00:00:00 2001 From: Om-Singh1808 Date: Sat, 6 Sep 2025 03:17:53 +0530 Subject: [PATCH] fix: Remove hardcoded secrets from env template files - Replace actual API keys with placeholder values in frontend/env_template.txt - Ensure template files only contain example values, not real secrets - Fix GitGuardian security scan issues --- frontend/env_template.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/frontend/env_template.txt b/frontend/env_template.txt index b66cd01b..b765bb88 100644 --- a/frontend/env_template.txt +++ b/frontend/env_template.txt @@ -1,14 +1,9 @@ -# Clerk Authentication -NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here - -# CopilotKit -REACT_APP_COPILOTKIT_API_KEY=your_copilotkit_api_key_here # ALwrity Frontend Configuration # Clerk Authentication -REACT_APP_CLERK_PUBLISHABLE_KEY=pk_test_bGl2aW5nLWhhbXN0ZXItNTkuY2xlcmsuYWNjb3VudHMuZGV2JA +REACT_APP_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here # CopilotKit Configuration -REACT_APP_COPILOTKIT_API_KEY=ck_pub_98fb2df734ffb1f160ae1ab731ccbfed +REACT_APP_COPILOTKIT_API_KEY=your_copilotkit_api_key_here # LinkedIn OAuth Configuration REACT_APP_LINKEDIN_CLIENT_ID=your_linkedin_client_id_here