初始化提交
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 数据库配置
|
||||
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
|
||||
Reference in New Issue
Block a user