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.
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
cep:
|
|
# ------------------------------------------------------------
|
|
# Brokers (transport connection info)
|
|
# ------------------------------------------------------------
|
|
brokers:
|
|
primary:
|
|
#type: MQTT
|
|
#url: "tcp://localhost:1883"
|
|
#clientId: "malis-cep-dev"
|
|
#username: guest
|
|
#password: xD%kZM3
|
|
|
|
type: MQTT
|
|
url: "ssl://emqx.oecloud.eu:17587"
|
|
clientId: "malis-cep-dev"
|
|
username: mosquitto
|
|
password: 2BCiaHW4
|
|
tls:
|
|
trustAll: true
|
|
|
|
rabbit:
|
|
type: RABBIT
|
|
# For Rabbit we use an AMQP URI. vhost can be encoded, e.g. /%2F for default.
|
|
url: "amqp://guest:guest@localhost:5672/%2F"
|
|
host: localhost
|
|
port: 5672
|
|
username: guest
|
|
password: guest
|
|
|
|
# Profile overrides for detector endpoints
|
|
detectors:
|
|
externalM2MRest:
|
|
config:
|
|
baseUrl: "http://localhost:8000"
|
|
|
|
externalEebusDatagramRest:
|
|
config:
|
|
baseUrl: "http://localhost:8000"
|
|
|
|
eebusXsdValidation:
|
|
enabled: true
|
|
failFast: true
|
|
schemaRoot: "EEBus_SPINE_TS_Datagram.xsd" |