Files
skt-vuetify-templates/.env.example
T
2026-05-22 09:50:54 +08:00

28 lines
733 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 / vite dev:預設 mode = development
# vite build:預設 mode = production
# vite --mode staging:改成 staging
# vite build --mode developmentbuild 但用 development mode
# 覆蓋優先從低至高
# .env
# .env.local
# .env.[mode]
# .env.[mode].local
# Vite dev proxy 目標後端 URL。
VITE_PROXY_TARGET=http://192.168.89.54:9002
# 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=