8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
# API Endpoints
|
|
VITE_API_URL=http://localhost:8082
|
|
VITE_WORK_API_URL=http://localhost:8083
|
|
VITE_PAYMENT_API_URL=http://localhost:8084
|
|
|
|
# Stripe Public Key (for payment processing)
|
|
VITE_STRIPE_PUBLIC_KEY=your_stripe_public_key_here
|