This commit is contained in:
Matthew Penner 2022-12-14 18:08:50 -07:00
parent 7ed2be50fd
commit 3670dc6d4b
No known key found for this signature in database
5 changed files with 5 additions and 10 deletions

View file

@ -148,7 +148,7 @@ class Node extends Model
*/
public function getConnectionAddress(): string
{
return sprintf('%s://%s:%s', $this->scheme, $this->fqdn, $this->daemonListen);
return sprintf('%s://%s:%s', $this->scheme, $this->fqdn, $this->public_port_http);
}
/**