open-im-server/config/openim-push.yml
2024-04-03 14:33:21 +08:00

28 lines
461 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: ''
iosPush:
pushSound: "xxx"
badgeCount: true
production: false
prometheus:
enable: true
grafanaUrl: http://127.0.0.1:13000/
prometheusPort: [ 20170 ]