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 1f3515c commit ddfa1c4Copy full SHA for ddfa1c4
README.md
@@ -303,6 +303,8 @@ qiniu-js-sdk
303
304
* 安装 [Nodejs](http://nodejs.org/download/)、[npm](https://www.npmjs.org/)
305
306
+* `npm install -g grunt-cli`,安装 Grunt
307
+
308
* `npm install`,安装七牛 Node.js SDK、Express
309
310
* 获取源代码:
@@ -318,12 +320,15 @@ qiniu-js-sdk
318
320
'ACCESS_KEY': '<Your Access Key>',
319
321
'SECRET_KEY': '<Your Secret Key>',
322
'Bucket_Name': '<Your Bucket Name>',
- 'Port': 18080
323
+ 'Port': 18080,
324
+ 'Uptoken_Url': '<Your Uptoken_Url>',
325
+ 'Domain': '<Your Bucket Domain>'
326
}
327
328
```
329
-* 在`demo`目录运行`node server.js` 或者 在根目录运行`make`启动
330
+* 在根目录运行`make`启动
331
332
* 访问`http://127.0.0.1:18080/`或`http://localhost:18080/`
333
334
## 说明
0 commit comments