mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
Adjust configuration settings
This commit is contained in:
parent
697bde6828
commit
66eff5116e
@ -4,5 +4,5 @@ api:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [20100]
|
||||
ports: [ 20113 ]
|
||||
grafanaURL: http://127.0.0.1:13000/
|
||||
|
||||
@ -4,7 +4,7 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [ 20140 ]
|
||||
ports: [ 20112 ]
|
||||
|
||||
listenIP: 0.0.0.0
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# msgtransfer
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [ 21400, 21401, 21402, 21403 ] # List of ports
|
||||
ports: [ 20108, 20109, 20110, 20111 ] # List of ports
|
||||
|
||||
|
||||
msgCacheTimeout: 86400
|
||||
@ -5,7 +5,7 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [ 20170 ]
|
||||
ports: [ 20107 ]
|
||||
|
||||
|
||||
enable: getui
|
||||
|
||||
@ -5,7 +5,7 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [20160]
|
||||
ports: [ 20106 ]
|
||||
|
||||
tokenPolicy:
|
||||
expire: 90
|
||||
|
||||
@ -5,7 +5,7 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [20230]
|
||||
ports: [ 20105 ]
|
||||
|
||||
|
||||
|
||||
|
||||
@ -5,4 +5,4 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [ 20120 ]
|
||||
ports: [ 20104 ]
|
||||
|
||||
@ -5,5 +5,5 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [20150]
|
||||
ports: [ 20103 ]
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [20130]
|
||||
ports: [ 20102 ]
|
||||
|
||||
friendVerify: false
|
||||
groupMessageHasReadReceiptEnable: true
|
||||
|
||||
@ -5,7 +5,7 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [21301]
|
||||
ports: [ 20101 ]
|
||||
|
||||
object:
|
||||
enable: "minio"
|
||||
|
||||
@ -5,6 +5,6 @@ rpc:
|
||||
|
||||
prometheus:
|
||||
enable: true
|
||||
ports: [ 20110 ]
|
||||
ports: [ 20100 ]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user