Initial backend code
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 服务器配置
|
||||
PORT=3000
|
||||
NODE_ENV=development
|
||||
|
||||
# 微信小程序配置
|
||||
WECHAT_APPID=your_app_id_here
|
||||
WECHAT_APPSECRET=your_app_secret_here
|
||||
|
||||
# MongoDB数据库配置
|
||||
MONGODB_URI=mongodb://localhost:27017/quanyixiaozhushou
|
||||
|
||||
# JWT配置
|
||||
JWT_SECRET=your_jwt_secret_key_here
|
||||
JWT_EXPIRES_IN=7d
|
||||
|
||||
# 日志配置
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user