This is an automated email from the ASF dual-hosted git repository. jcesarmobile pushed a commit to branch change-port in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file-transfer.git
commit d0638877841b8791950eddbd3767f0dae938dead Author: jcesarmobile <[email protected]> AuthorDate: Tue Sep 5 00:40:39 2023 +0200 fix(tests): change default server port --- tests/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server/index.js b/tests/server/index.js index 9c6e6bf..eede08c 100644 --- a/tests/server/index.js +++ b/tests/server/index.js @@ -3,7 +3,7 @@ const stringify = require('json-stringify-safe'); const Busboy = require('busboy'); const { Iconv } = require('iconv'); -const port = process.env.PORT || 5000; +const port = process.env.PORT || 5001; const DIRECT_UPLOAD_LIMIT = 85; // bytes // convert from UTF-8 to ISO-8859-1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
