From bd0bb3acf5e6f31356a0ae0464abb447cee7afc4 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 1 Sep 2019 21:34:01 +0200 Subject: [PATCH] fix(core): update --- ts/smartuniverse.classes.clientuniverse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartuniverse.classes.clientuniverse.ts b/ts/smartuniverse.classes.clientuniverse.ts index 2889d2b..9551960 100644 --- a/ts/smartuniverse.classes.clientuniverse.ts +++ b/ts/smartuniverse.classes.clientuniverse.ts @@ -88,7 +88,7 @@ export class ClientUniverse { if (!this.smartsocketClient && !this.observableIntake) { const parsedURL = url.parse(this.options.serverAddress); const socketConfig: plugins.smartsocket.ISmartsocketClientOptions = { - alias: process.env.SOCKET_ALIAS || 'someclient', + alias: 'universeclient', password: 'UniverseClient', port: parseInt(parsedURL.port, 10), role: 'UniverseClient',