oktopus/deploy/compose/.env.controller
Adriano Chiesa bfdf5e125d Add TLS config to local deploy compose
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
2024-07-06 13:26:43 -03:00

8 lines
242 B
Plaintext

MONGO_URI=mongodb://mongo_usp:27017
ENTERPRISE="true"
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