- 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
14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
# ALwrity Frontend Configuration
|
|
# Clerk Authentication
|
|
REACT_APP_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
|
|
|
|
# CopilotKit Configuration
|
|
REACT_APP_COPILOTKIT_API_KEY=your_copilotkit_api_key_here
|
|
|
|
# LinkedIn OAuth Configuration
|
|
REACT_APP_LINKEDIN_CLIENT_ID=your_linkedin_client_id_here
|
|
REACT_APP_LINKEDIN_REDIRECT_URI=http://localhost:3000/auth/linkedin/callback
|
|
|
|
# Backend API
|
|
REACT_APP_API_BASE_URL=http://localhost:8000
|