Skip to content

Commit f18b56b

Browse files
committed
docs: cloudAddr requires port
1 parent 92e1393 commit f18b56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/cloudLinkProvider.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ const availableClouds = [
2222
{
2323
name: 'Cosmic Cloud',
2424
baseUrl: 'https://work.getcosmic.ai',
25-
cloudAddr: 'getcosmic.ai',
25+
cloudAddr: 'getcosmic.ai:443',
2626
},
2727
{
2828
name: 'New Relic Cloud',
2929
baseUrl: 'https://work.withpixie.ai',
30-
cloudAddr: 'withpixie.ai',
30+
cloudAddr: 'withpixie.ai:443',
3131
},
3232
];
3333

0 commit comments

Comments
 (0)