Files
niumalll/backend/.env

18 lines
277 B
Bash

# 数据库配置
DB_HOST=129.211.213.226
DB_PORT=9527
DB_USERNAME=root
DB_PASSWORD=aiotAiot123!
DB_NAME=niumall
# JWT配置
JWT_SECRET=niumall_jwt_secret_key_2024
JWT_EXPIRES_IN=24h
# 应用配置
NODE_ENV=development
PORT=4330
API_PREFIX=/api
# 日志配置
LOG_LEVEL=info