P2P v2 is now default engine for Easy Remote Access
parent
96c69c12c9
commit
a3b23e7633
|
@ -7,6 +7,7 @@ module.exports = function(s,config,lang,app){
|
|||
config.machineId = config.p2pApiKey + '' + config.p2pGroupId
|
||||
config.p2pTargetAuth = config.p2pTargetAuth || s.gid(30)
|
||||
config.p2pShellAccess = config.p2pShellAccess || false
|
||||
config.useBetterP2P = config.useBetterP2P === undefined ? true : config.useBetterP2P
|
||||
if(!config.workerStreamOutHandlers){
|
||||
config.workerStreamOutHandlers = [
|
||||
'Base64',
|
||||
|
|
Loading…
Reference in New Issue