Merge pull request #112 from useblacksmith/debug-port

src: print the port bpa is trying to hit
This commit is contained in:
Aditya Maru 2025-05-14 13:47:44 -04:00 committed by GitHub
commit 5501e3ffb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -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'