Skip to content

Commit 8b6030e

Browse files
committed
Update config.js
change default port to 19110
1 parent cfa76f7 commit 8b6030e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
'ACCESS_KEY': '<Your Access Key>',
33
'SECRET_KEY': '<Your Secret Key>',
44
'Bucket_Name': '<Your Bucket Name>',
5-
'Port': 18080,
5+
'Port': 19110,
66
'Uptoken_Url': '/uptoken',
77
'Domain': 'http://qiniu-plupload.qiniudn.com/'
88
};

0 commit comments

Comments
 (0)