12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
# API Configuration
|
|
VITE_API_URL=https://simple-travel.felixits.uz/api/v1/
|
|
VITE_API_TIMEOUT=30000
|
|
|
|
# App Configuration
|
|
VITE_APP_NAME=simple-travel-admin
|
|
VITE_APP_VERSION=1.0.0
|
|
|
|
# Environment
|
|
NODE_ENV=production
|
|
|