Skip to content

Commit

Permalink
fix: Update file-transfer port (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 5, 2023
1 parent 73feeec commit cd0b14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PluginsManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PluginsManager {
} else {
// no server address specified, starting a local server
const server = new Server(0, this.config.getExternalServerUrl());
const fileServerUrl = server.getConnectionAddress(this.config.getPlatformId()) + ':5000';
const fileServerUrl = server.getConnectionAddress(this.config.getPlatformId()) + ':5001';
additionalArgs += ' --variable FILETRANSFER_SERVER_ADDRESS=' + fileServerUrl;
}
}
Expand Down

0 comments on commit cd0b14a

Please sign in to comment.