I dont get it how to set the endpoints to my tracker store and action server when in production environment. I set my bot to production, using the docker-compose. I followed this tutorial Docker Compose Installation (rasa.com)
The things is: when i was in development mode, i would set the urls to action server and tracker store in endpoints.yml. But following the script and deploy methods in the tutorial, to use docker-compose, it auto generates an endpoints.yml and I dont understand how to change this values, or how they can be changed.
This is the endpoints.yml generated in the deploy of rasa-x:
Can someone bring me some enlightment about this topic?