diff --git a/js/services/rpc/rpc.js b/js/services/rpc/rpc.js index 758e621..928740a 100644 --- a/js/services/rpc/rpc.js +++ b/js/services/rpc/rpc.js @@ -33,6 +33,12 @@ function(syscall, time, alerts, utils, rootScope, uri, authconf) { port: uri.port(), path: '/jsonrpc', encrypt: ( uri.protocol() == 'https' ) + }, + { + host: uri.host(), + port: uri.port(), + path: authconf.path, + encrypt: ( uri.protocol() == 'https' ) }); console.log(configurations); }