Skip to content

Commit 09d6700

Browse files
committed
feat: also override mqtt url [kit-00]
1 parent 0162251 commit 09d6700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cli/src/services/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ class ChecklyConfig {
9393
}
9494

9595
getMqttUrl (): string {
96+
if (process.env.CHECKLY_MQTT_URL) {
97+
return process.env.CHECKLY_MQTT_URL
98+
}
99+
96100
const environments = {
97101
local: 'wss://events-local.checklyhq.com',
98102
development: 'wss://events-dev.checklyhq.com',

0 commit comments

Comments
 (0)