You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
449 B
YAML
23 lines
449 B
YAML
cep:
|
|
brokers:
|
|
primary:
|
|
type: MQTT
|
|
url: "ssl://mqtt.example.com:8883"
|
|
clientId: "malis-cep-prod"
|
|
# username/password optional
|
|
# username: "..."
|
|
# password: "..."
|
|
|
|
rabbit:
|
|
type: RABBIT
|
|
url: "amqps://user:pass@rabbit.example.com:5671/%2F"
|
|
|
|
detectors:
|
|
externalM2MRest:
|
|
config:
|
|
baseUrl: "http://..."
|
|
|
|
externalEebusDatagramRest:
|
|
config:
|
|
baseUrl: "http://..."
|