Merge pull request #800 from thomasnordquist/tnordquist/fix-eclipse-server

chore: update eclipse server url
This commit is contained in:
Thomas Nordquist
2024-05-25 16:27:55 +02:00
committed by GitHub

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(),