mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:20:19 +00:00
3cfcf14a50
Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
22 lines
526 B
TOML
22 lines
526 B
TOML
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
raw_output = "false"
|
|
user_token = ""
|
|
|
|
[filter]
|
|
limit = "10"
|
|
offset = "0"
|
|
topic = ""
|
|
|
|
[remotes]
|
|
bootstrap_url = "http://localhost:9013"
|
|
certs_url = "http://localhost:9019"
|
|
domains_url = "http://localhost:8189"
|
|
http_adapter_url = "http://localhost:8008"
|
|
invitations_url = "http://localhost:9020"
|
|
reader_url = "http://localhost:9011"
|
|
things_url = "http://localhost:9000"
|
|
tls_verification = false
|
|
users_url = "http://localhost:9002"
|