From de2a6abf689bc3bcdfcaf338dc9e7cef9b244090 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 25 Feb 2025 16:26:11 -0500 Subject: [PATCH] =?UTF-8?q?=E2=88=97=20Typo=20in=20moleculer=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moleculer.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moleculer.config.ts b/moleculer.config.ts index b6d40c2..ee1739c 100644 --- a/moleculer.config.ts +++ b/moleculer.config.ts @@ -35,7 +35,7 @@ const brokerConfig: BrokerOptions = { // Namespace of nodes to segment your nodes on the same network. namespace: "", // Unique node identifier. Must be unique in a namespace. - nodeID: "threetwo-metadata-service", + nodeID: "threetwo-acquisition-service", // Custom metadata store. Store here what you want. Accessing: `this.broker.metadata` metadata: {},