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
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
MQTT_URL=tcp://mqtt:1883
|
|
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
|