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',