Track .env files in git for personal deployment sync.
Allow VITE_AMAP_KEY and related config to follow the repo; only .env.local remains ignored. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV=production
|
||||
VITE_APP_BASE_URL=/api
|
||||
|
||||
# 高德 Web JS API Key(地图选点,npm run build 时打入 dist)
|
||||
VITE_AMAP_KEY=444de64142b2408b4e37e841244db8a4
|
||||
VITE_AMAP_SECURITY_CODE=2893df04d1b639c422c9070994100cce
|
||||
Reference in New Issue
Block a user