Skip to content

Commit

Permalink
fix: ip bind for grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Dec 17, 2024
1 parent 08d656e commit 3cabc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function bootstrap() {
},
package: 'kraken',
protoPath: configService.grpcConfig.protoPath,
url: `localhost:${configService.grpcConfig.port}`,
url: `0.0.0.0:${configService.grpcConfig.port}`,
},
});

Expand Down

0 comments on commit 3cabc5a

Please sign in to comment.