@bobfrankston/miscinfo 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/ports.d.ts +1 -0
- package/ports.js +2 -1
package/package.json
CHANGED
package/ports.d.ts
CHANGED
package/ports.js
CHANGED
|
@@ -24,6 +24,7 @@ export const ports = {
|
|
|
24
24
|
shims: 9085, //
|
|
25
25
|
jvport: 9180, // These are copied in hlib
|
|
26
26
|
jvports: 9143,
|
|
27
|
+
jv2port: 9181, // For the development version
|
|
27
28
|
sqltcp: 9098,
|
|
28
29
|
sqlhttp: 9099, // For now
|
|
29
30
|
sqlproxy2: 9097, // Replace sqlproxy and share a port for http/https
|
|
@@ -58,7 +59,7 @@ export const ports = {
|
|
|
58
59
|
quickserve: 9336, // Currently implemented using y:\x\bin\serve.ps1
|
|
59
60
|
bambucam: 9337, // Bambue camera relay
|
|
60
61
|
};
|
|
61
|
-
const mqttHost = "
|
|
62
|
+
const mqttHost = "mqtt";
|
|
62
63
|
const mqttPort = 1883;
|
|
63
64
|
/** MQTT broker configuration */
|
|
64
65
|
export const mqtt = {
|