Files
magistrala/config.toml
T
Dušan Borovčanin 168e8b90cb
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
NOISSUE - Move rules engine, alarms, reports, journal and notifications to EE (#3552)
Signed-off-by: dusan <borovcanindusan1@gmail.com>
2026-07-30 17:55:57 +02:00

22 lines
514 B
TOML

# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0
raw_output = "false"
user_token = ""
[filter]
limit = "10"
offset = "0"
topic = ""
[remotes]
certs_url = "http://localhost:9019"
channels_url = "http://localhost:9005"
clients_url = "http://localhost:9006"
domains_url = "http://localhost:9003"
groups_url = "http://localhost:9004"
host_url = "http://localhost"
http_adapter_url = "http://localhost:8008"
tls_verification = false
users_url = "http://localhost:9002"