Files
skt-vuetify-templates/.env.example
T
skytek_xinliang 87fbc1dda8 docs: refresh project guidance and environment setup
Add env example defaults for Vite API and login settings, document
template structure and page creation flow, and align agent guidance with
current LLM development rules. Also allow committing the env example while
keeping local env files ignored.docs: refresh project guidance and environment setup

Add env example defaults for Vite API and login settings, document
template structure and page creation flow, and align agent guidance with
current LLM development rules. Also allow committing the env example while
keeping local env files ignored.
2026-05-05 14:29:52 +08:00

12 lines
377 B
Bash

# Vite API base URL。
# 使用 Vite dev proxy 時,建議維持相對路徑。
VITE_API_BASE_URL=/service/api
# 登入示範開關。只有專案明確支援略過登入時才設為 true。
VITE_SKIP_LOGIN=false
# 本機開發示範帳號。
# 有後端或 demo 帳號時,複製到 .env.development.local 後填入。
VITE_DEV_DEFAULT_USER_ID=
VITE_DEV_DEFAULT_PASSWORD=