ruoyi-plus-soybean/.env

49 lines
1.4 KiB
Bash
Raw Normal View History

VITE_BASE_URL=/
2023-11-17 08:45:00 +08:00
VITE_APP_TITLE=SoybeanAdmin
2023-11-17 08:45:00 +08:00
VITE_APP_DESC=SoybeanAdmin is a fresh and elegant admin template
2023-11-17 08:45:00 +08:00
# the prefix of the icon name
VITE_ICON_PREFIX=icon
2022-03-12 19:32:15 +08:00
2023-11-17 08:45:00 +08:00
# the prefix of the local svg icon component, must include VITE_ICON_PREFIX
# format {VITE_ICON_PREFIX}-{local icon name}
VITE_ICON_LOCAL_PREFIX=icon-local
2022-04-18 23:46:42 +08:00
2023-11-17 08:45:00 +08:00
# auth route mode: static dynamic
2024-03-25 02:42:50 +08:00
VITE_AUTH_ROUTE_MODE=static
2023-11-17 08:45:00 +08:00
# static auth route home
VITE_ROUTE_HOME=home
2023-11-17 08:45:00 +08:00
# default menu icon
2024-01-26 21:25:16 +08:00
VITE_MENU_ICON=mdi:menu
# whether to enable http proxy when is dev mode
2024-06-04 20:23:22 +08:00
VITE_HTTP_PROXY=Y
# vue-router mode: hash | history | memory
VITE_ROUTER_HISTORY_MODE=history
# success code of backend service, when the code is received, the request is successful
VITE_SERVICE_SUCCESS_CODE=0000
# logout codes of backend service, when the code is received, the user will be logged out and redirected to login page
VITE_SERVICE_LOGOUT_CODES=8888,8889
# modal logout codes of backend service, when the code is received, the user will be logged out by displaying a modal
VITE_SERVICE_MODAL_LOGOUT_CODES=7777,7778
# token expired codes of backend service, when the code is received, it will refresh the token and resend the request
VITE_SERVICE_EXPIRED_TOKEN_CODES=9999,9998
2024-03-24 15:39:41 +08:00
# when the route mode is static, the defined super role
VITE_STATIC_SUPER_ROLE=R_SUPER
# sourcemap
VITE_SOURCE_MAP=N
# Used to differentiate storage across different domains
VITE_STORAGE_PREFIX=SOY_