2026-07-02 05:38:01 +08:00

16 lines
332 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MySQL 连接pms_dev 库由迁移自动创建)
DATABASE_URL=mysql://root:Hbhyg731024%40@10.8.0.252:3306/pms_dev
# Redis 连接(测试 db6
REDIS_URL=redis://:Hbhyg731024%40@10.8.0.252:6379/6
# HTTP 服务
HOST=0.0.0.0
PORT=3000
# JWT
JWT_SECRET=pms-test-secret
# 节点心跳超时(秒)
NODE_HEARTBEAT_TIMEOUT=180