Skip to content

Commit

Permalink
Change the address of one of backends.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored Jun 13, 2024
1 parent 67231f5 commit 0d04305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
const provider = document.querySelector('input[name="provider"]:checked').value;

if (provider == 'self-hosted-intel') {
return ['https://fly-selfhosted-backend.clickhouse.com'];
return ['https://fly-selfhosted-backend-3.clickhouse.com'];
} else if (provider == 'self-hosted-graviton') {
return ['https://fly-selfhosted-backend-2.clickhouse.com'];
} else {
Expand All @@ -441,7 +441,7 @@
if (provider == 'cloud') {
return [cloud_host];
} else {
return [cloud_host, 'https://fly-selfhosted-backend.clickhouse.com'];
return [cloud_host, 'https://fly-selfhosted-backend-3.clickhouse.com'];
}
}
}
Expand Down

0 comments on commit 0d04305

Please sign in to comment.