Rasa core HTTP server as ip address

I want to run http server for rasa core not as localhost:5005 but as 10.123.10.455:5005 which is my ip address. Is this possible?

Currently I am using

`python -m rasa_core.run --enable_api -d models/dialogue -u models/nlu/default/chat --endpoints endpoints.yml`

which creates a server at localhost:5005

1 Like

Hi @ashukrishna100 did you find the solutions for this ?