Skip to content

Commit

Permalink
Updated domain
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongruige committed Jan 24, 2024
1 parent cb3c392 commit 88c55b5
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion src/src/Commands/Environment/AddEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function execute( InputInterface $input, OutputInterface $output ): in

switch ( $this->getHelper( 'question' )->ask( $input, $output, $question ) ) {
case 'Production (Default)':
$manager_url = 'https://compatibilitydashboard.wpcomstaging.com';
$manager_url = 'https://qit.woo.com';
$secret_store_id = '(Secret ID: 10523)';
$environment = Environment::$allowed_environments['production'];
break;
Expand Down
2 changes: 1 addition & 1 deletion src/src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function get_manager_url(): string {
return $env;
}

return 'https://compatibilitydashboard.wpcomstaging.com';
return 'https://qit.woo.com';
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"manager_url": {
"expire": -1,
"value": "https:\/\/compatibilitydashboard.wpcomstaging.com"
"value": "https:\/\/qit.woo.com"
},
"manager_sync_v@QIT_CLI_VERSION@": {
"expire": 1234567890,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"manager_url": {
"expire": -1,
"value": "https:\/\/compatibilitydashboard.wpcomstaging.com"
"value": "https:\/\/qit.woo.com"
},
"manager_sync_v@QIT_CLI_VERSION@": {
"expire": 1234567890,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"manager_url": {
"expire": -1,
"value": "https:\/\/compatibilitydashboard.wpcomstaging.com"
"value": "https:\/\/qit.woo.com"
},
"manager_sync_v@QIT_CLI_VERSION@": {
"expire": 1234567890,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"manager_url": {
"expire": -1,
"value": "https:\/\/compatibilitydashboard.wpcomstaging.com"
"value": "https:\/\/qit.woo.com"
},
"manager_sync_v@QIT_CLI_VERSION@": {
"expire": 1234567890,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https:\/\/compatibilitydashboard.wpcomstaging.com\/wp-json\/cd\/v1\/enqueue-e2e",
"url": "https:\/\/qit.woo.com\/wp-json\/cd\/v1\/enqueue-e2e",
"method": "POST",
"post_body": {
"additional_woo_plugins": "456,789",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https:\/\/compatibilitydashboard.wpcomstaging.com\/wp-json\/cd\/v1\/enqueue-e2e",
"url": "https:\/\/qit.woo.com\/wp-json\/cd\/v1\/enqueue-e2e",
"method": "POST",
"post_body": {
"additional_woo_plugins": "456,789",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https:\/\/compatibilitydashboard.wpcomstaging.com\/wp-json\/cd\/v1\/enqueue-e2e",
"url": "https:\/\/qit.woo.com\/wp-json\/cd\/v1\/enqueue-e2e",
"method": "POST",
"post_body": {
"additional_woo_plugins": "456,789",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"url": "https:\/\/compatibilitydashboard.wpcomstaging.com\/wp-json\/cd\/v1\/upload-build",
"url": "https:\/\/qit.woo.com\/wp-json\/cd\/v1\/upload-build",
"method": "POST",
"post_body": {
"cd_upload_id": "123e4567-e89b-12d3-a456-426614174000",
Expand All @@ -17,7 +17,7 @@
]
},
{
"url": "https:\/\/compatibilitydashboard.wpcomstaging.com\/wp-json\/cd\/v1\/upload-build",
"url": "https:\/\/qit.woo.com\/wp-json\/cd\/v1\/upload-build",
"method": "POST",
"post_body": {
"cd_upload_id": "123e4567-e89b-12d3-a456-426614174000",
Expand Down
Loading

0 comments on commit 88c55b5

Please sign in to comment.