🔧 Reverting to nats for transporter needs

This commit is contained in:
2024-05-16 14:03:07 -04:00
parent 03f6623ed0
commit a06896ffcc
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
TRANSPORTER=redis://redis:6379
TRANSPORTER=nats://localhost:4222
COMICS_DIRECTORY=/Users/rishi/work/threetwo-core-service/comics
USERDATA_DIRECTORY=/Users/rishi/work/threetwo-core-service/userdata
REDIS_URI=redis://redis:6379