This commit is contained in:
Marcel Pociot
2021-06-20 11:44:53 +02:00
parent 19b6f35c48
commit dfc26570b2
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ abstract class ServerAwareCommand extends Command
{ {
const DEFAULT_HOSTNAME = 'sharedwithexpose.com'; const DEFAULT_HOSTNAME = 'sharedwithexpose.com';
const DEFAULT_PORT = 443; const DEFAULT_PORT = 443;
const DEFAULT_SERVER_ENDPOINT = 'https://expose.beyondco.de/api/servers'; const DEFAULT_SERVER_ENDPOINT = 'https://expose.dev/api/servers';
public function __construct() public function __construct()
{ {

View File

@@ -32,7 +32,7 @@ return [
| if available. | if available.
| |
*/ */
'server_endpoint' => 'https://expose.beyondco.de/api/servers', 'server_endpoint' => 'https://expose.dev/api/servers',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -78,7 +78,7 @@ return [
| |
| The custom domain to use when sharing sites with Expose. | The custom domain to use when sharing sites with Expose.
| You can register your own custom domain using Expose Pro | You can register your own custom domain using Expose Pro
| Learn more at: https://expose.beyondco.de/docs/TODO | Learn more at: https://expose.dev/docs/TODO
| |
| > expose default-domain YOUR-CUSTOM-WHITELABEL-DOMAIN | > expose default-domain YOUR-CUSTOM-WHITELABEL-DOMAIN
| |