You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/openim-msggateway.yml
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
rpc:
2
2
# The IP address where this RPC service registers itself; if left blank, it defaults to the internal network IP
3
-
registerIP:
3
+
registerIP:
4
+
# autoSetPorts indicates whether to automatically set the ports
5
+
autoSetPorts: true
4
6
# 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
7
+
# It will only take effect when autoSetPorts is set to false.
# IP address that the RPC/WebSocket 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
Copy file name to clipboardexpand all lines: config/openim-push.yml
+4
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,17 @@ rpc:
3
3
registerIP:
4
4
# 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
5
5
listenIP: 0.0.0.0
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
6
8
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
Copy file name to clipboardexpand all lines: config/openim-rpc-auth.yml
+4
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,17 @@ rpc:
3
3
registerIP:
4
4
# 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
5
5
listenIP: 0.0.0.0
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
6
8
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
7
10
ports: [ 10200 ]
8
11
9
12
prometheus:
10
13
# Enable or disable Prometheus monitoring
11
14
enable: true
12
15
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
16
+
# It will only take effect when autoSetPorts is set to false.
Copy file name to clipboardexpand all lines: config/openim-rpc-conversation.yml
+4
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,15 @@ rpc:
3
3
registerIP:
4
4
# 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
5
5
listenIP: 0.0.0.0
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
6
8
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
7
10
ports: [ 10220 ]
8
11
9
12
prometheus:
10
13
# Enable or disable Prometheus monitoring
11
14
enable: true
12
15
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
16
+
# It will only take effect when autoSetPorts is set to false.
Copy file name to clipboardexpand all lines: config/openim-rpc-friend.yml
+4
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,15 @@ rpc:
3
3
registerIP:
4
4
# 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
5
5
listenIP: 0.0.0.0
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
6
8
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
7
10
ports: [ 10240 ]
8
11
9
12
prometheus:
10
13
# Enable or disable Prometheus monitoring
11
14
enable: true
12
15
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
16
+
# It will only take effect when autoSetPorts is set to false.
Copy file name to clipboardexpand all lines: config/openim-rpc-group.yml
+4
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,17 @@ rpc:
3
3
registerIP:
4
4
# 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
5
5
listenIP: 0.0.0.0
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
6
8
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
7
10
ports: [ 10260 ]
8
11
9
12
prometheus:
10
13
# Enable or disable Prometheus monitoring
11
14
enable: true
12
15
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
16
+
# It will only take effect when autoSetPorts is set to false.
Copy file name to clipboardexpand all lines: config/openim-rpc-msg.yml
+4
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,17 @@ rpc:
3
3
registerIP:
4
4
# 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
5
5
listenIP: 0.0.0.0
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
6
8
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
7
10
ports: [ 10280 ]
8
11
9
12
prometheus:
10
13
# Enable or disable Prometheus monitoring
11
14
enable: true
12
15
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
16
+
# It will only take effect when autoSetPorts is set to false.
Copy file name to clipboardexpand all lines: config/openim-rpc-third.yml
+4
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,17 @@ rpc:
3
3
registerIP:
4
4
# 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
5
5
listenIP: 0.0.0.0
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
6
8
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
7
10
ports: [ 10300 ]
8
11
9
12
prometheus:
10
13
# Enable or disable Prometheus monitoring
11
14
enable: true
12
15
# List of ports that Prometheus listens on; these must match the number of rpc.ports to ensure correct monitoring setup
16
+
# It will only take effect when autoSetPorts is set to false.
Copy file name to clipboardexpand all lines: config/openim-rpc-user.yml
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,15 @@ rpc:
3
3
registerIP:
4
4
# Listening IP; 0.0.0.0 means both internal and external IPs are listened to, if blank, the internal network IP is automatically obtained by default
5
5
listenIP: 0.0.0.0
6
-
# Listening ports; if multiple are configured, multiple instances will be launched, and must be consistent with the number of prometheus.ports
6
+
# autoSetPorts indicates whether to automatically set the ports
7
+
autoSetPorts: true
8
+
# 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
9
+
# It will only take effect when autoSetPorts is set to false.
7
10
ports: [ 10320 ]
8
11
9
12
prometheus:
10
13
# Whether to enable prometheus
11
14
enable: true
12
15
# Prometheus listening ports, must be consistent with the number of rpc.ports
16
+
# It will only take effect when autoSetPorts is set to false.
0 commit comments