- fixed ServerBrokerEndpoint config (#2283)

- mq credentials in compose
This commit is contained in:
Tobias Cudnik 2023-05-11 23:44:49 +02:00 committed by GitHub
parent 42d74c29c6
commit 02cd2c6927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ services:
environment:
MQ_PASSWORD: "REPLACE_MQ_PASSWORD"
MQ_USERNAME: "REPLACE_MQ_USERNAME"
MQ_URL: "ws://mq:1883"
SERVER_BROKER_ENDPOINT: "ws://mq:1883"
BROKER_ENDPOINT: "wss://broker.NETMAKER_BASE_DOMAIN"
PROMETHEUS: "on"
VERBOSITY: "1"