📚 Added an endpoint to get CV-mapped volumes

This commit is contained in:
2021-09-21 13:05:47 -07:00
parent ece7b99feb
commit 0881002905
3 changed files with 54 additions and 11 deletions

View File

@@ -76,7 +76,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