Generating commit message...
This commit is contained in:
13
admin-system/.env.development
Normal file
13
admin-system/.env.development
Normal file
@@ -0,0 +1,13 @@
|
||||
# 开发环境配置
|
||||
NODE_ENV=development
|
||||
|
||||
# API配置
|
||||
VITE_API_BASE_URL=http://localhost:3000/api/v1
|
||||
VITE_API_TIMEOUT=30000
|
||||
|
||||
# 功能开关
|
||||
VITE_FEATURE_ANALYTICS=true
|
||||
VITE_FEATURE_DEBUG=true
|
||||
|
||||
# 开发工具
|
||||
VITE_DEV_TOOLS=true
|
||||
Reference in New Issue
Block a user