⚙️ Switched the transporter to Redis

This commit is contained in:
2021-11-23 23:23:47 -08:00
parent e270b6a2b3
commit ae91b12abc
4 changed files with 12 additions and 9 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: "NATS", // "NATS"
transporter: "redis", // "NATS"
// Define a cacher.
// More info: https://moleculer.services/docs/0.14/caching.html