You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
208 B
Plaintext

# 生产环境配置
NODE_ENV=production
# API基础URL
VITE_APP_API=https://yiji.yuluo.online/Laravel/public/api/
# 应用标题
VITE_APP_TITLE=Admin Management System
# 调试模式
VITE_APP_DEBUG=false