Hello.
I split up my domain.yml
file into multiple files in a folder called domain
. So, on a local installation, I would use rasa train --domain domain
and rasa x --domain domain
to specify the domain folder.
Another thing. I want to connect to custom channels (website and mobile app). So I need to enter both rasa run actions --cors "*"
and rasa run --enable-api --cors "*"
(is that right?), but this is also for a local installation.
I have deployed Rasa X using Quick-Install with an Action Server DockerHub Image. How do I do those two things? Meaning, how do I:
- Specify a domain folder
- Open a connexion for custom connectors
Or, more generally, on a Server Quick-Install, how do I specify the flags for Rasa X and the Action Server that I would otherwise write on the terminal in a Local Installation?