mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
7f03134d8e
Property Based Tests / api-test (push) Has been cancelled
Continuous Delivery / lint-and-build (push) Has been cancelled
Deploy GitHub Pages / swagger-ui (push) Has been cancelled
CI Pipeline / Lint Proto (push) Has been cancelled
CI Pipeline / Detect Changes (push) Has been cancelled
Continuous Delivery / Build and Push Docker Images (push) Has been cancelled
CI Pipeline / lint-and-build (push) Has been cancelled
CI Pipeline / Test ${{ matrix.module }} (push) Has been cancelled
CI Pipeline / Upload Coverage (push) Has been cancelled
Signed-off-by: nyagamunene <stevenyaga2014@gmail.com> Signed-off-by: JeffMboya <jangina.mboya@gmail.com> Co-authored-by: JeffMboya <jangina.mboya@gmail.com>
72 lines
1.4 KiB
TOML
72 lines
1.4 KiB
TOML
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
[bootstrap]
|
|
[bootstrap.content]
|
|
[bootstrap.content.agent.log]
|
|
level = "info"
|
|
|
|
[bootstrap.content.agent.mqtt]
|
|
mtls = false
|
|
qos = 0
|
|
retain = false
|
|
skip_tls_ver = true
|
|
url = "localhost:1883"
|
|
|
|
[bootstrap.content.agent.server]
|
|
fluxmq_url = "amqp://guest:guest@localhost:5682/"
|
|
port = "9000"
|
|
|
|
[bootstrap.content.agent.heartbeat]
|
|
interval = "30s"
|
|
|
|
[bootstrap.content.agent.terminal]
|
|
session_timeout = "30s"
|
|
|
|
|
|
[bootstrap.content.export.exp]
|
|
log_level = "debug"
|
|
fluxmq = "amqp://guest:guest@localhost:5682/"
|
|
port = "8172"
|
|
cache_url = "localhost:6379"
|
|
cache_pass = ""
|
|
cache_db = "0"
|
|
|
|
[bootstrap.content.export.mqtt]
|
|
ca_path = "ca.crt"
|
|
cert_path = "client.crt"
|
|
channel = ""
|
|
host = "tcp://localhost:1883"
|
|
mtls = false
|
|
password = ""
|
|
priv_key_path = "client.key"
|
|
qos = 0
|
|
retain = false
|
|
skip_tls_ver = false
|
|
username = ""
|
|
|
|
[[bootstrap.content.export.routes]]
|
|
mqtt_topic = ""
|
|
fluxmq_topic = "#"
|
|
subtopic = ""
|
|
type = "plain"
|
|
workers = 10
|
|
|
|
[[clients]]
|
|
name = "client"
|
|
|
|
[clients.metadata]
|
|
external_id = "xxxxxx"
|
|
|
|
[[channels]]
|
|
name = "control-channel"
|
|
|
|
[channels.metadata]
|
|
type = "control"
|
|
|
|
[[channels]]
|
|
name = "data-channel"
|
|
|
|
[channels.metadata]
|
|
type = "data"
|