Files
ClassManager/.env.example
2026-04-04 01:27:38 +08:00

10 lines
210 B
Plaintext
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.
# 数据库配置
DB_HOST=localhost
DB_PORT=3306
DB_USER=ClassManagerUser
DB_PASSWORD=your_secure_password_here
DB_NAME=ClassManagerDB
# JWT 密钥32 bytes
JWT_SECRET_KEY=your_jwt_secret_key_change_this