-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broker_url should be broker_host #15
Labels
invalid
This doesn't seem right
Comments
Variables renamed to:
|
maaikelimper
added a commit
that referenced
this issue
Jun 12, 2024
* Updates to address - #15 - #14 - #13 * - Refactor of app.py allow running in none dev mode. - Change to use get, post and delete to manage subscriptions - addition of openapi doc * Addition of swagger template to render openapi doc. Update of README.md * conditional tls-set * Update of readme. Update ot GET, POST and DELETE methods, e.g. POST content now via request body. Improved error handling and response codes. * Tweaks to readme. * Tweaks to readme. * Update validate_topic.py print input-topic in case of validation error * Option to disable topic validation added. * Unlimited disk usage possible by setting limit to 0. * Reversion to using filename from global cache. Switch to using minimum free space rather than maximum download dir size. * Update to readme to include validat_topics option. * Update to config.json and swagger page to allow customisable base url. * Log levels configurable. --------- Co-authored-by: Maaike <mlimper@wmo.int>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the configuration of wis2-downloader a user has to define "broker_url", "broker_port" and "protocol"
URL would be defined including the port and protocol, for example:
mqtts://globalbroker.meteo.fr:8883
, instead the broker_url should be broker_host in the way it is used in wis2-downloader ....The text was updated successfully, but these errors were encountered: