From f574b61ef5caa2bb2b4fedeffdaa14cb3f91bca6 Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Sat, 21 Sep 2024 15:07:28 +0800 Subject: [PATCH] fix: change port --- 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 6df2a62b7..4d2aaca6b 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: [ 12170, 12171, 12172, 12173, 12174, 12175, 12176, 12177, 12178, 12179, 12180, 12181, 12182, 12183, 12184, 12185 ] + ports: [ 12170, 12171, 12172, 12173, 12174, 12175, 12176, 12177, 12178, 12179, 12180, 12182, 12183, 12184, 12185, 12186 ] maxConcurrentWorkers: 3 #Use geTui for offline push notifications, or choose fcm or jpns; corresponding configuration settings must be specified.