Skip to content

Commit 155cfbd

Browse files
committed
default 8888
1 parent 9dff7a4 commit 155cfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/qiniu/android/storage/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public Builder(){
136136
this.upHost = Zone.zone0.upHost;
137137
this.upHostBackup = Zone.zone0.upHostBackup;
138138
this.upIp = Zone.zone0.upIp;
139-
this.upPort = 80;
139+
this.upPort = 8888;
140140
}
141141

142142
private UrlConverter urlConverter = null;

0 commit comments

Comments
 (0)