Files
supermq/config.toml
T
2024-04-17 09:40:08 +02:00

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"