5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
# This is api base url
|
|
# VITE_API_BASE_URL=https://api.example.com
|
|
VITE_SERVER_API_URL=http://localhost:3000
|
|
VITE_SERVER_API_PREFIX=/api
|
|
VITE_SERVER_API_TIMEOUT=5000 |