mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-24 13:48:49 +08:00

* feat(docker): update auth env vars in compose Update docker/addons/*/docker-compose.yml with appropriate auth environment variables Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> * feat(config): update remotes URLs Updated the URLs for the remotes in the config file to reflect the correct endpoints. - Updated bootstrap_url to "http://localhost:9013" - Updated certs_url to "http://localhost:9019" - Updated http_adapter_url to "http://localhost/http:9016" - Updated reader_url to "http://localhost" Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com> --------- Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
17 lines
361 B
TOML
17 lines
361 B
TOML
raw_output = ""
|
|
user_token = ""
|
|
|
|
[filter]
|
|
limit = ""
|
|
offset = ""
|
|
topic = ""
|
|
|
|
[remotes]
|
|
bootstrap_url = "http://localhost:9013"
|
|
certs_url = "http://localhost:9019"
|
|
http_adapter_url = "http://localhost/http"
|
|
reader_url = "http://localhost:9009"
|
|
things_url = "http://localhost:9000"
|
|
tls_verification = false
|
|
users_url = "http://localhost:9002"
|