You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
356 B
Plaintext
20 lines
356 B
Plaintext
# YPK production environment: route API requests through the current Nginx origin.
|
|
NODE_ENV=production
|
|
|
|
VITE_DEV=false
|
|
|
|
VITE_BASE_URL=
|
|
VITE_API_URL=/admin-api
|
|
|
|
VITE_UPLOAD_TYPE=server
|
|
VITE_UPLOAD_URL=/admin-api/infra/file/upload
|
|
|
|
VITE_DROP_DEBUGGER=true
|
|
VITE_DROP_CONSOLE=true
|
|
VITE_SOURCEMAP=false
|
|
|
|
VITE_BASE_PATH=/
|
|
VITE_OUT_DIR=dist
|
|
|
|
VITE_MALL_H5_DOMAIN=
|