mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-08 23:42:17 +08:00
32 lines
804 B
YAML
32 lines
804 B
YAML
push:
|
|
enable: getui
|
|
geTui:
|
|
pushUrl: "https://restapi.getui.com/v2/$appId"
|
|
masterSecret: ''
|
|
appKey: ''
|
|
intent: ''
|
|
channelID: ''
|
|
channelName: ''
|
|
fcm:
|
|
serviceAccount: "x.json"
|
|
jpns:
|
|
appKey: ''
|
|
masterSecret: ''
|
|
pushUrl: ''
|
|
pushIntent: ''
|
|
prometheus:
|
|
enable: true
|
|
grafanaUrl: http://127.0.0.1:13000/
|
|
apiPrometheusPort: [20100]
|
|
userPrometheusPort: [ 20110 ]
|
|
friendPrometheusPort: [ 20120 ]
|
|
messagePrometheusPort: [ 20130 ]
|
|
messageGatewayPrometheusPort: [ 20140 ]
|
|
groupPrometheusPort: [ 20150 ]
|
|
authPrometheusPort: [ 20160 ]
|
|
pushPrometheusPort: [ 20170 ]
|
|
conversationPrometheusPort: [ 20230 ]
|
|
rtcPrometheusPort: [ 21300 ]
|
|
thirdPrometheusPort: [ 21301 ]
|
|
messageTransferPrometheusPort: [ 21400, 21401, 21402, 21403 ] # List of ports
|