We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49e839 commit 2d78f18Copy full SHA for 2d78f18
README.md
@@ -462,7 +462,7 @@ Qiniu-JavaScript-SDK 的示例 Demo 中的服务器端部分是基于[ Node.js
462
'SECRET_KEY': '<Your Secret Key>',
463
'Bucket_Name': '<Your Bucket Name>',
464
'Port': 19110,
465
- 'Uptoken_Url': '<Your Uptoken_Url>',
+ 'Uptoken_Url': '<Your Uptoken_Url>', // demo 启动后会在本地 /uptoken 上提供获取 uptoken 的接口,所以这里可以填 'uptoken'
466
'Domain': '<Your Bucket Domain>'
467
}
468
0 commit comments