📚 Added an endpoint for fetching volume metadata

This commit is contained in:
2021-09-21 13:06:09 -07:00
parent 14a16ead50
commit e54bbb5c5c
2 changed files with 35 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ const brokerConfig: BrokerOptions = {
// More info: https://moleculer.services/docs/0.14/networking.html
// Note: During the development, you don't need to define it because all services will be loaded locally.
// In production you can set it via `TRANSPORTER=nats://localhost:4222` environment variable.
transporter: null, // "NATS"
transporter: "NATS", // "NATS"
// Define a cacher.
// More info: https://moleculer.services/docs/0.14/caching.html