∗ Typo in moleculer config
This commit is contained in:
@@ -35,7 +35,7 @@ const brokerConfig: BrokerOptions = {
|
|||||||
// Namespace of nodes to segment your nodes on the same network.
|
// Namespace of nodes to segment your nodes on the same network.
|
||||||
namespace: "",
|
namespace: "",
|
||||||
// Unique node identifier. Must be unique in a 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`
|
// Custom metadata store. Store here what you want. Accessing: `this.broker.metadata`
|
||||||
metadata: {},
|
metadata: {},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user