2025-03-03 11:54:57 +08:00
|
|
|
|
# the base url of the application, the default is "/"
|
|
|
|
|
# if use a sub directory, it must be end with "/", like "/admin/" but not "/admin"
|
2024-09-20 10:57:52 +08:00
|
|
|
|
VITE_BASE_URL=/
|
|
|
|
|
|
2024-04-17 23:47:17 +08:00
|
|
|
|
VITE_APP_TITLE=Snail Job
|
2024-03-08 17:59:45 +08:00
|
|
|
|
|
2024-03-22 11:22:07 +08:00
|
|
|
|
VITE_APP_DESC=A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.
|
|
|
|
|
|
2025-04-01 22:10:01 +08:00
|
|
|
|
VITE_APP_VERSION=1.5.0-beta1
|
2024-08-09 14:39:33 +08:00
|
|
|
|
|
2024-05-23 22:39:43 +08:00
|
|
|
|
VITE_APP_DEFAULT_TOKEN=SJ_Wyz3dmsdbDOkDujOTSSoBjGQP1BMsVnj
|
|
|
|
|
|
2024-03-08 17:59:45 +08:00
|
|
|
|
# the prefix of the icon name
|
|
|
|
|
VITE_ICON_PREFIX=icon
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
# auth route mode: static | dynamic
|
|
|
|
|
VITE_AUTH_ROUTE_MODE=static
|
|
|
|
|
|
|
|
|
|
# static auth route home
|
|
|
|
|
VITE_ROUTE_HOME=home
|
|
|
|
|
|
|
|
|
|
# default menu icon
|
|
|
|
|
VITE_MENU_ICON=mdi:menu
|
2024-03-21 10:57:53 +08:00
|
|
|
|
|
|
|
|
|
# whether to enable http proxy when is dev mode
|
|
|
|
|
VITE_HTTP_PROXY=Y
|
|
|
|
|
|
|
|
|
|
# vue-router mode: hash | history | memory
|
2024-05-15 09:27:07 +08:00
|
|
|
|
VITE_ROUTER_HISTORY_MODE=hash
|
2024-03-26 11:47:11 +08:00
|
|
|
|
|
|
|
|
|
# success code of backend service, when the code is received, the request is successful
|
|
|
|
|
VITE_SERVICE_SUCCESS_CODE=1
|
|
|
|
|
|
|
|
|
|
# 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
|
2024-04-19 17:41:21 +08:00
|
|
|
|
VITE_SERVICE_MODAL_LOGOUT_CODES=5001
|
2024-03-26 11:47:11 +08:00
|
|
|
|
|
|
|
|
|
# token expired codes of backend service, when the code is received, it will refresh the token and resend the request
|
2024-09-20 10:57:52 +08:00
|
|
|
|
VITE_SERVICE_EXPIRED_TOKEN_CODES=9999,9998,3333
|
2024-03-26 11:47:11 +08:00
|
|
|
|
|
|
|
|
|
# when the route mode is static, the defined super role
|
2024-09-20 10:57:52 +08:00
|
|
|
|
VITE_STATIC_SUPER_ROLE=R_SUPER
|
2024-04-25 10:16:17 +08:00
|
|
|
|
|
|
|
|
|
# sourcemap
|
|
|
|
|
VITE_SOURCE_MAP=N
|
2024-05-08 11:57:58 +08:00
|
|
|
|
|
|
|
|
|
# Used to differentiate storage across different domains
|
2024-05-08 20:08:37 +08:00
|
|
|
|
VITE_STORAGE_PREFIX=
|
2024-05-23 22:39:43 +08:00
|
|
|
|
|
2024-09-20 10:57:52 +08:00
|
|
|
|
# used to control whether the program automatically detects updates
|
|
|
|
|
VITE_AUTOMATICALLY_DETECT_UPDATE=Y
|
|
|
|
|
|
2024-05-30 10:17:34 +08:00
|
|
|
|
VITE_ICONIFY_URL=/iconify
|
2024-06-08 09:49:53 +08:00
|
|
|
|
|
|
|
|
|
VITE_UPDATE_NOTIFY=N
|
2024-06-24 14:27:07 +08:00
|
|
|
|
|
|
|
|
|
VITE_LOGIN_CODE=N
|