12 lines
161 B
Plaintext
12 lines
161 B
Plaintext
# 运行环境
|
|
VITE_ENV = development
|
|
|
|
VITE_PORT = 3000
|
|
|
|
# BASE_URL
|
|
VITE_BASE_URL = https://api-catch.ranesuangyu.top
|
|
|
|
# 上传域名
|
|
VITE_UPLOAD_URL = /upload
|
|
|