Skip to content

Commit

Permalink
fix: Use s.keyman.localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Dec 1, 2023
1 parent a75ab3d commit 8a186d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _common/KeymanHosts.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function __construct() {
$this->r_keymanweb_com = "https://r.keymanweb.com";
} else if($this->tier == KeymanHosts::TIER_DEVELOPMENT) {
// Locally running sites via Docker need to access "host.docker.internal:[port]"
$this->s_keyman_com = "http://host.docker.internal:8054";
$this->s_keyman_com = "http://s.keyman.com.localhost"; // goes to website-local-proxy
$this->api_keyman_com = "http://host.docker.internal:8058";
$this->help_keyman_com = "http://host.docker.internal:8055";
$this->downloads_keyman_com = "https://downloads.keyman.com"; // local dev domain is usually not available
Expand Down

0 comments on commit 8a186d6

Please sign in to comment.