Added onboarding progress tracking & landing page
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
# ALwrity Frontend Configuration
|
||||
# Clerk Authentication
|
||||
REACT_APP_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
|
||||
REACT_APP_CLERK_JWT_TEMPLATE=your_jwt_template_name_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
|
||||
# API Configuration
|
||||
REACT_APP_API_BASE_URL=http://localhost:8000
|
||||
|
||||
Reference in New Issue
Block a user