We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e1393 commit f18b56bCopy full SHA for f18b56b
src/components/cloudLinkProvider.tsx
@@ -22,12 +22,12 @@ const availableClouds = [
22
{
23
name: 'Cosmic Cloud',
24
baseUrl: 'https://work.getcosmic.ai',
25
- cloudAddr: 'getcosmic.ai',
+ cloudAddr: 'getcosmic.ai:443',
26
},
27
28
name: 'New Relic Cloud',
29
baseUrl: 'https://work.withpixie.ai',
30
- cloudAddr: 'withpixie.ai',
+ cloudAddr: 'withpixie.ai:443',
31
32
];
33
0 commit comments