Adjust tunnel connection

pull/1/head
Captain Arepa 2 years ago
parent 8c40b412e4
commit e687956847

@ -66,7 +66,7 @@ class BotInstance:
ssh_private_key=self.ssh_key,
ssh_username=self.ssh_user,
ssh_password=self.ssh_pass,
remote_bind_address=('localhost', 5432)
remote_bind_address=(self.db_host, self.db_port)
)
return tunnel

Loading…
Cancel
Save