We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
刚买的 小程序解决方案, 语言从php 切换到的 node.js , 通过镜像重装了 业务服务器, 没有备份 /etc/qcloud/sdk.config , {
"serverHost": "业务服务器的主机名", "authServerUrl": "鉴权服务器地址", "tunnelServerUrl": "信道服务器地址", "tunnelSignatureKey": "和信道服务器通信的签名密钥" } 后面两项配置是腾讯云自动下发的,现在无法配置了。请问怎么找回原来的信道服务器地址和密钥?
The text was updated successfully, but these errors were encountered:
node.js是放在 /data/release/下面,后面两项怎么配我也不知道,tunnelSignatureKey说是随便填,但好像信息无法发送。
Sorry, something went wrong.
No branches or pull requests
刚买的 小程序解决方案, 语言从php 切换到的 node.js ,
通过镜像重装了 业务服务器,
没有备份 /etc/qcloud/sdk.config ,
{
"serverHost": "业务服务器的主机名",
"authServerUrl": "鉴权服务器地址",
"tunnelServerUrl": "信道服务器地址",
"tunnelSignatureKey": "和信道服务器通信的签名密钥"
}
后面两项配置是腾讯云自动下发的,现在无法配置了。请问怎么找回原来的信道服务器地址和密钥?
The text was updated successfully, but these errors were encountered: