Advertisement
Guest User

Untitled

a guest
Feb 26th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. docker run -it -e ROCKETCHAT_URL=192.168.1.1:3000 \
  2. -e ROCKETCHAT_ROOM=aYRSGzAdJHXrzqgct,hxK6cr57Gwo2oG7jL \
  3. -e ROCKETCHAT_USER=nickname \
  4. -e ROCKETCHAT_PASSWORD=password \
  5. -e BOT_NAME=Nick.Name \
  6. -e HUBOT_MEMEGEN_USERNAME=username \
  7. -e HUBOT_MEMEGEN_PASSWORD=password \
  8. -e HUBOT_DARK_SKY_API_KEY=redacted \
  9. -e HUBOT_MEMEGEN_DIMENSIONS=500 \
  10. -e GIST_ACCESS_TOKEN=redacted \
  11. -e HUBOT_YOUTUBE_API_KEY=redacted \
  12. -e PASTEBIN_API_KEY=redacted \
  13. -e HUBOT_CURRENT_TIME_KEY=redacted \
  14. -e HUBOT_WOLFRAM_APPID=WT4QXJ-redacted \
  15. -e HUBOT_TWITTER_KEY=redacted \
  16. -e HUBOT_TWITTER_SECRET=redacted \
  17. -e HUBOT_TWITTER_TOKEN=redacted \
  18. -e HUBOT_TWITTER_TOKEN_SECRET=redacted \
  19. -e HUBOT_TWITTER_MENTION_QUERY=redacted \
  20. -e HUBOT_TWITTER_MENTION_ROOM=aYRSGzAdJHXrzqgct \
  21. -e EXTERNAL_SCRIPTS=hubot-help,hubot-google,hubot-isup,hubot-4chan,hubot-strawpoll,hubot-seen,hubot-weather,hubot-hackerman,hubot-links,hubot-gistme,hubot-youtube,hubot-tell,hubot-geo,hubot-praise,hubot-paste,hubot-hello-ninja,hubot-thank-you,hubot-current-time,hubot-cool-ascii-faces,hubot-codoh-rss,hubot-insulter,hubot-reddit,hubot-remind-at,hubot-loudbot,hubot-where,hubot-darksky,hubot-twitter-mention \
  22. rocketchat/hubot-rocketchat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement