shuzhiren-comfyui/message-dispatcher/.env

18 lines
460 B
Bash
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.

PORT=8078
REDIS_HOST=localhost
REDIS_PORT=16379
REDIS_DB=5
REDIS_PASSWORD=654321
JWT_SECRET=comfyui-cluster-bridge-secret-key-2024
JWT_EXPIRES_IN=24h
ADMIN_USERNAME=admin
ADMIN_PASSWORD=2233..2233
# 任务队列后端 WebSocket 地址
TASK_QUEUE_WS_URL=ws://localhost:8088
# 任务队列后端 token (与任务队列后端的 TOKEN_SECRET 保持一致)
TASK_QUEUE_TOKEN=1Ag9BJJn0rXDnidCyXqu
# 任务超时时间 (毫秒)默认1小时
TASK_TIMEOUT=3600000