shell-mirror 1.5.30 → 1.5.32
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/lib/auto-start.js +2 -1
- package/package.json +1 -1
package/lib/auto-start.js
CHANGED
|
@@ -547,7 +547,8 @@ WS_URL=${wsConfig.wsUrl}` : ''}
|
|
|
547
547
|
USER_NAME: authInfo.name,
|
|
548
548
|
ACCESS_TOKEN: authInfo.accessToken,
|
|
549
549
|
WEBSOCKET_URL: 'wss://shell-mirror-30aa5479ceaf.herokuapp.com',
|
|
550
|
-
CONNECTION_TYPE: 'cloud-websocket'
|
|
550
|
+
CONNECTION_TYPE: 'cloud-websocket',
|
|
551
|
+
AGENT_ID: agentId
|
|
551
552
|
};
|
|
552
553
|
|
|
553
554
|
console.log('🌐 Connecting to: wss://shell-mirror-30aa5479ceaf.herokuapp.com');
|
package/package.json
CHANGED