This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export PORT=5555 # setting port for hubot scripts, only needed if port 8080 is not ok with you | |
export BIND_ADDRESS=127.0.0.1 # So that hubot is not public under port but can be proxied through e.g. nginx | |
export HUBOT_HIPCHAT_JID="[email protected]" # set HipChatid | |
export HUBOT_HIPCHAT_PASSWORD="YOUR_PASSWORD_HERE" # setting password for HipChat | |
export GITLAB_CHANNEL="[email protected]" # channel to which to send the GITLAB messages |