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: {},