To not run with TLS, you need to set the NATS_ENABLE_TLS flag to false and remove the TLS configuration from deploy/compose/nats_config/nats.cfg
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
REDIS_ENABLE=false
|
|
REDIS_ADDR=redis_usp:6379
|
|
NATS_URL=nats://oktopususer:oktopuspw@msg_broker:4222
|
|
NATS_ENABLE_TLS="true"
|
|
CLIENT_CRT=/tmp/nats/config/cert.pem
|
|
CLIENT_KEY=/tmp/nats/config/key.pem
|
|
SERVER_CA=/tmp/nats/config/rootCA.pem
|