Hey so I’m running Rasa X on a server (Ubuntu 18.04) which is connected to a git repository and I am trying to integrate it into facebook messenger, but this requires me to add the token and secret into the credentials.yml file. The problem is that I cannot locate where the core files are held so that I can open the file to add those.
I saw a few topics saying $pip show rasa should tell you the core file locations but it didn’t work for me.
yes, I installed rasa X onto the server using the docker compose quick install. I can access rasa x through the ip on the web browser and import/export the domain files and so on, but I find it really limiting when it comes to trying to edit other core files as well such as the credentials.yml and actions.yml.
I found out that the core files are inside a docker container and tried to get into it but even when I do I still do not see any files within each container.