improve code for global.rs

This commit is contained in:
houseme
2025-04-22 22:59:31 +08:00
parent 6d1a4ab824
commit 52a1f9b8a7
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ channel_capacity = 5000
[[adapters]]
type = "Webhook"
endpoint = "http://127.0.0.1:3000/webhook"
endpoint = "http://127.0.0.1:3020/webhook"
auth_token = "your-auth-token"
max_retries = 3
timeout = 50