Files
push_server/config/hm.properties

16 lines
880 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 请参考https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/push-server-intro-0000001862404301-V5
#请在代码中加密私钥,仅获取 '-----BEGIN PRIVATE KEY-----\n' 和 '\n-----END PRIVATE KEY-----\n'之间的字符
hm.privateKey=MIIJQgIBADANBgkqhki****==
# 请使用服务帐号密钥文件中的sub_account替换
hm.iss=1002***
# 请使用服务帐号密钥文件中的key_id替换
hm.kid=184d3688732245d***
# 项目 id
hm.projectId=38842184***
# 音视频通话推送 需要申请特别的推送权限请参考https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/push-apply-right-V5#section7291115452410
# 只有支持 voip push 之后, 才能接入 callkit实现后台弹出音视频通话邀请横幅
# 不支持 voip push 时,将在通知栏显示一条 xxx邀请你进行音视频通话的提示
hm.supportVoipPush=false