5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
|
|
# .env.development (开发环境)
|
||
|
|
VITE_API_BASE_URL = 'http://localhost:3000/api'
|
||
|
|
|
||
|
|
# .env.production (生产环境)
|
||
|
|
VITE_API_BASE_URL = 'https://your-api-domain.com/api'
|