mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 00:30:37 +08:00
- fixed ServerBrokerEndpoint config (#2283)
- mq credentials in compose
This commit is contained in:
parent
42d74c29c6
commit
02cd2c6927
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
MQ_PASSWORD: "REPLACE_MQ_PASSWORD"
|
MQ_PASSWORD: "REPLACE_MQ_PASSWORD"
|
||||||
MQ_USERNAME: "REPLACE_MQ_USERNAME"
|
MQ_USERNAME: "REPLACE_MQ_USERNAME"
|
||||||
MQ_URL: "ws://mq:1883"
|
SERVER_BROKER_ENDPOINT: "ws://mq:1883"
|
||||||
BROKER_ENDPOINT: "wss://broker.NETMAKER_BASE_DOMAIN"
|
BROKER_ENDPOINT: "wss://broker.NETMAKER_BASE_DOMAIN"
|
||||||
PROMETHEUS: "on"
|
PROMETHEUS: "on"
|
||||||
VERBOSITY: "1"
|
VERBOSITY: "1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue