@PureLogics which OS are you using? On Linux for example, you can either set the environment variable :
- when calling rasa x:
RASA_X_PASSWORD=<yourpassword> rasa x
- by adding
export RASA_X_PASSWORD=<yourpassword>
in your~/.bashrc
file
Hope that helps