Removed NATS from the docker-compose config and service .env files

This commit is contained in:
2021-11-24 00:11:20 -08:00
parent 5374f38b62
commit 2941559a18
3 changed files with 2 additions and 8 deletions

View File

@@ -2,6 +2,6 @@ LOGGER=true
LOGLEVEL=info
SERVICEDIR=dist/services
PWD=./
TRANSPORTER=nats://nats:4222
TRANSPORTER=redis://redis:6379
CACHER=Memory