Allow specifying server host and port in share command

This commit is contained in:
Marcel Pociot
2020-12-07 23:30:57 +01:00
parent 7bfb618d93
commit 5b8cc4d985
2 changed files with 9 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ class Client
$sharedUrl = $this->prepareSharedUrl($sharedUrl);
foreach ($subdomains as $subdomain) {
$this->connectToServer($sharedUrl, $subdomain, config('expose.auth_token'));
$this->connectToServer($sharedUrl, $subdomain, $this->configuration->auth());
}
}