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
This commit is contained in:
Om-Singh1808
2025-09-06 03:17:53 +05:30
committed by ي
parent 0a7d9bfd21
commit 4ea933e643

View File

@@ -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