Skip to content

Commit 19ed355

Browse files
authored
Update config.js
1 parent dcce15f commit 19ed355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ config.development = {
5353
// Binary files download host address which Code Push Server listen to. the files storage in storageDir.
5454
downloadUrl: process.env.LOCAL_DOWNLOAD_URL || "http://127.0.0.1:3000/download",
5555
// public static download spacename.
56-
public: process.env.PUBLIC || '/download'
56+
public: '/download'
5757
},
5858
jwt: {
5959
// Recommended: 63 random alpha-numeric characters

0 commit comments

Comments
 (0)