lookup configuration rpc path by default
This commit is contained in:
parent
9c7a726347
commit
f4fa6bf572
|
@ -33,6 +33,12 @@ function(syscall, time, alerts, utils, rootScope, uri, authconf) {
|
||||||
port: uri.port(),
|
port: uri.port(),
|
||||||
path: '/jsonrpc',
|
path: '/jsonrpc',
|
||||||
encrypt: ( uri.protocol() == 'https' )
|
encrypt: ( uri.protocol() == 'https' )
|
||||||
|
},
|
||||||
|
{
|
||||||
|
host: uri.host(),
|
||||||
|
port: uri.port(),
|
||||||
|
path: authconf.path,
|
||||||
|
encrypt: ( uri.protocol() == 'https' )
|
||||||
});
|
});
|
||||||
console.log(configurations);
|
console.log(configurations);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user