∗ Typo in moleculer config

This commit is contained in:
2025-02-25 16:26:11 -05:00
parent c05d16a91a
commit de2a6abf68

View File

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