16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
# 环境变量配置
|
|
|
|
# 数据库连接
|
|
DATABASE_URL="mysql://root:wx1998WX@mysql.eazygame.cn:13002/edunexus"
|
|
|
|
# JWT密钥
|
|
JWT_SECRET="your-secret-key-change-in-production"
|
|
JWT_EXPIRES_IN="7d"
|
|
|
|
# 服务器配置
|
|
PORT=3001
|
|
NODE_ENV="development"
|
|
|
|
# CORS配置
|
|
CORS_ORIGIN="http://localhost:3000"
|