web-01-api/.env.example
2026-06-22 10:26:29 +08:00

12 lines
228 B
Plaintext

# 复制为 .env 并按需修改
PORT=3001
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=root
DB_NAME=corp_website
JWT_SECRET=corp_website_secret_key_2026ai
JWT_EXPIRES_IN=7d
UPLOAD_ROOT=./uploads
NODE_ENV=development