Merge pull request #838 from zpaeng/main

feat:Websocket服务拆到单独服务,主后台保持单工通信
This commit is contained in:
Tim
2025-09-04 13:53:23 +08:00
committed by GitHub
38 changed files with 1528 additions and 333 deletions

View File

@@ -40,4 +40,10 @@ OPENAI_API_KEY=<你的openai-api-key>
WEBPUSH_PUBLIC_KEY=<你的webpush-public-key>
WEBPUSH_PRIVATE_KEY=<你的webpush-private-key>
# === RabbitMQ ===
RABBITMQ_HOST=<你的rabbitmq_host>
RABBITMQ_PORT=<你的rabbitmq_port>
RABBITMQ_USERNAME=<你的rabbitmq_username>
RABBITMQ_PASSWORD=<你的rabbitmq_password>
# LOG_LEVEL=DEBUG