chore: update eclipse server url

This commit is contained in:
Thomas Nordquist
2024-05-24 22:27:24 +02:00
parent ae0ce79e26
commit f6856d66cc

View File

@@ -77,11 +77,11 @@ export function createEmptyConnection(): ConnectionOptions {
export function makeDefaultConnections() { export function makeDefaultConnections() {
return { return {
// remember: there was also iot.eclipse.org once // remember: there was also iot.eclipse.org once
'mqtt.eclipse.org': { 'mqtt.eclipseprojects.io': {
...createEmptyConnection(), ...createEmptyConnection(),
id: 'mqtt.eclipse.org', id: 'mqtt.eclipseprojects.io',
name: 'mqtt.eclipse.org', name: 'mqtt.eclipseprojects.io',
host: 'mqtt.eclipse.org', host: 'mqtt.eclipseprojects.io',
}, },
'test.mosquitto.org': { 'test.mosquitto.org': {
...createEmptyConnection(), ...createEmptyConnection(),