Question
hubot rocket.chat adapter cannot be restarted without re-configuration
Every time when i started hubot, i have to do the following first before bin/hubot -a rocketchat
? Why is that?
export ROCKETCHAT_USER=bot
export ROCKETCHAT_PASSWORD=bot
export ROCKETCHAT_AUTH=password
Also I did install redis
and hubot-redis-brain
, and from the following info i got when i log in hubot, the adapter did connect to redis:
[Wed Oct 19 2016 02:44:24 GMT+0000 (UTC)] INFO hubot-redis-brain: Using default redis on localhost:6379
[Wed Oct 19 2016 02:44:24 GMT+0000 (UTC)] INFO hubot-redis-brain: Data for hubot brain retrieved from Redis
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×