Merge pull request #800 from thomasnordquist/tnordquist/fix-eclipse-server
chore: update eclipse server url
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user