Skip to content

Commit

Permalink
fix : tunneling 코드, yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
genius00hwan committed Nov 23, 2024
1 parent d3c7080 commit f25c817
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public MongoClient mongoClient() {
int port = databasePort;

if (isServer.equals("false")) {
log.info("isServer value: {}", isServer);
Integer forwardedPort = initializer.buildSshConnection(databaseEndpoint, databasePort);
host = "localhost";
port = forwardedPort;
Expand Down

0 comments on commit f25c817

Please sign in to comment.