Rename url
parameter to host
for custom tracker store
#4734
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:maintenance 🔧
Improvements to tooling, testing, deployments, infrastructure, code style.
Right now the way a custom tracker store is loaded up the parameter for the
url
is calledurl
. All our other tracker stores use the parameterhost
instead, so we should make this consistent.https://github.com/RasaHQ/rasa/blob/master/rasa/core/tracker_store.py#L127
The text was updated successfully, but these errors were encountered: