You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
244 B
7 lines
244 B
VITE_ENV = 'development'
|
|
VITE_OUTPUT_DIR = 'dev'
|
|
VITE_PUBLIC_PATH = '/testBack/'
|
|
VITE_APP_BASE_API = 'https://dbqb.nfdxy.net/devLotApi/'
|
|
# VITE_APP_BASE_API = 'http://localhost:12699/'
|
|
VITE_USE_MOCK = true
|
|
VITE_UPLOAD_URL='/hljw/api/aws/upload'
|