We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcce15f commit 19ed355Copy full SHA for 19ed355
config/config.js
@@ -53,7 +53,7 @@ config.development = {
53
// Binary files download host address which Code Push Server listen to. the files storage in storageDir.
54
downloadUrl: process.env.LOCAL_DOWNLOAD_URL || "http://127.0.0.1:3000/download",
55
// public static download spacename.
56
- public: process.env.PUBLIC || '/download'
+ public: '/download'
57
},
58
jwt: {
59
// Recommended: 63 random alpha-numeric characters
0 commit comments