first commit
This commit is contained in:
20
.env.production
Normal file
20
.env.production
Normal file
@@ -0,0 +1,20 @@
|
||||
# 生产环境配置
|
||||
NODE_ENV=production
|
||||
PORT=4001
|
||||
|
||||
# 数据库配置
|
||||
DB_PATH=./database.db
|
||||
|
||||
# JWT配置
|
||||
JWT_SECRET=your-production-jwt-secret-key-here
|
||||
|
||||
# 文件上传配置
|
||||
UPLOAD_DIR=./uploads
|
||||
MAX_FILE_SIZE=100MB
|
||||
|
||||
# 服务器配置
|
||||
HOST=0.0.0.0
|
||||
CORS_ORIGIN=*
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user