18 lines
444 B
Text
18 lines
444 B
Text
![]() |
# Frontend Environment Variables
|
||
|
|
||
|
# API Configuration
|
||
|
NEXT_PUBLIC_API_URL=http://localhost:3001
|
||
|
NEXT_PUBLIC_WS_URL=ws://localhost:3001
|
||
|
|
||
|
# Authentication
|
||
|
NEXT_PUBLIC_GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
|
||
|
|
||
|
# Stripe Configuration
|
||
|
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_publishable_key
|
||
|
|
||
|
# Feature Flags
|
||
|
NEXT_PUBLIC_ENABLE_ANALYTICS=false
|
||
|
NEXT_PUBLIC_ENABLE_DEBUG=false
|
||
|
|
||
|
# Environment
|
||
|
NODE_ENV=development
|