gtsoft-snail-job-admin/.env
2024-03-08 17:59:45 +08:00

24 lines
540 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

VITE_BASE_URL=/
VITE_APP_TITLE=Easy Retry
VITE_APP_DESC=灵活,可靠和快速的分布式任务重试和分布式任务调度平台
VITE_APP_VERSION=v3.1.0-SNAPSHOT
# 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