src: print the port bpa is trying to hit
parent
7af3b3af33
commit
41a36ac067
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -34,6 +34,7 @@ const createBlacksmithAPIClient = () => {
|
|||
};
|
||||
|
||||
export function createBlacksmithAgentClient() {
|
||||
core.info(`Creating Blacksmith agent client with port: ${process.env.BLACKSMITH_STICKY_DISK_GRPC_PORT || '5557'}`);
|
||||
const transport = createGrpcTransport({
|
||||
baseUrl: `http://192.168.127.1:${process.env.BLACKSMITH_STICKY_DISK_GRPC_PORT || '5557'}`,
|
||||
httpVersion: '2'
|
||||
|
|
Loading…
Reference in New Issue