Skip to content
Snippets Groups Projects
Commit 75cb2407 authored by Oleksandr Husak's avatar Oleksandr Husak
Browse files

fix: secure wss for prod

parent cbd8bf6c
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ export const environment = {
export const MQTTconfig: IMqttServiceOptions = {
hostname: 'broker.hivemq.com',
port: 8000,
protocol: 'ws',
protocol: 'wss',
path: '/mqtt'
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment