Skip to content

Commit

Permalink
HAWNG-646: Default connection modal to https scheme
Browse files Browse the repository at this point in the history
* Makes the switch on the ConnectionModal default to https
  • Loading branch information
phantomjinx committed May 8, 2024
1 parent b81f348 commit d09b485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hawtio/src/plugins/shared/connect-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type Connection = {

export const INITIAL_CONNECTION: Connection = {
name: '',
scheme: 'http',
scheme: 'https',
host: 'localhost',
port: 8080,
path: '/hawtio/jolokia',
Expand Down

0 comments on commit d09b485

Please sign in to comment.