From 3ee8845db18981e0e34782c7e7983588cac33293 Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Fri, 6 Sep 2024 15:10:32 +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 b6f77d4af..7a6e6230d 100644 --- a/config/openim-push.yml +++ b/config/openim-push.yml @@ -4,7 +4,7 @@ rpc: # IP address that the RPC service listens on; setting to 0.0.0.0 listens on both internal and external IPs. If left blank, it automatically uses the internal network IP listenIP: 0.0.0.0 # List of ports that the RPC service listens on; configuring multiple ports will launch multiple instances. These must match the number of configured prometheus ports - ports: [ 10170, 10171, 10172, 10173, 10174, 10175, 10176, 10177, 10178, 10179, 10180, 10181, 10182, 10183, 10184, 10185 ] + ports: [ 10170, 10171, 10172, 10173, 10174, 10175, 10176, 10177, 10178, 10179, 11170, 11171, 11172, 11173, 11174, 11175 ] prometheus: # Enable or disable Prometheus monitoring