7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
# Clerk Authentication
|
|
REACT_APP_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
|
|
REACT_APP_CLERK_JWT_TEMPLATE=
|
|
|
|
# API Configuration
|
|
REACT_APP_API_BASE_URL=http://localhost:8000
|