From 51f1c68ddd531f51c7632fdd52f79a2e5f096685 Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Fri, 6 Sep 2024 15:13:53 +0800 Subject: [PATCH] feat: change config --- config/openim-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/openim-push.yml b/config/openim-push.yml index 7a6e6230d..ba5aaba89 100644 --- a/config/openim-push.yml +++ b/config/openim-push.yml @@ -10,7 +10,7 @@ prometheus: # Enable or disable Prometheus monitoring enable: true # List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup - ports: [ 20670, 20671, 20672, 20673, 20674, 20675, 20676, 20677, 20678, 20679, 20680, 20681, 20682, 20683, 20684, 20685 ] + ports: [ 20670, 20671, 20672, 20673, 20674, 20675, 20676, 20677, 20678, 20679, 20670, 21671, 21672, 21673, 21674, 21675 ] maxConcurrentWorkers: 3 #Use geTui for offline push notifications, or choose fcm or jpns; corresponding configuration settings must be specified.