Files
ClassManager/frontend/.env.example
2026-05-21 20:15:56 +08:00

35 lines
827 B
Plaintext
Raw Permalink 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.
# ===========================================
# 班级操行分管理系统 - 前端配置
#
# 开发者: Canglan
# 联系方式: admin@sea-studio.top
# 版权归属: Sea Network Technology Studio
# 许可证: MIT License
#
# 版权所有 © Sea Network Technology Studio
# ===========================================
# 后端API地址修改为实际地址
API_BASE_URL=https://your-api-domain.com
# API超时时间
API_TIMEOUT=30
# JWT存储Key
JWT_STORAGE_KEY=class_system_token
# 用户信息存储Key
USER_STORAGE_KEY=class_system_user
# 站点名称
SITE_NAME=班级操行分管理系统
# 会话超时时间(分钟)
SESSION_TIMEOUT=30
# ICP备案号配置
# 是否启用ICP备案号显示 - true/false
ICP_ENABLED=false
# ICP备案号
ICP_NUMBER=京ICP备1234567890号-x
STUDENT_INITIAL_POINTS=60