Files
Galbot/app.json
2015-05-11 14:26:39 +00:00

70 lines
2.4 KiB
JSON

{
"name": "Hubot for HipChat",
"description": "A helpful bot for your HipChat group",
"repository": "https://github.com/hipchat/triatomic",
"logo": "https://raw.githubusercontent.com/hipchat/triatomic/master/logo.png",
"keywords": [
"hubot",
"hipchat",
"bot",
"chat",
"heroku"
],
"addons": [
"redistogo"
],
"env": {
"HUBOT_HIPCHAT_JID": {
"description": "Your bot's Jabber ID which can be found in the XMPP/Jabber settings for your bot's HipChat user account; e.g. 123_456@chat.hipchat.com.",
"required": true
},
"HUBOT_HIPCHAT_PASSWORD": {
"description": "The password for your bot's HipChat user account.",
"required": true
},
"HUBOT_HIPCHAT_ROOMS": {
"description": "A comma-separated list of room JIDs that you want your bot to join.",
"required": false
},
"HUBOT_HIPCHAT_ROOMS_BLACKLIST": {
"description": "A comma-separated list of room JIDs that you DON'T want your bot to join.",
"required": false
},
"HUBOT_HIPCHAT_JOIN_ROOMS_ON_INVITE": {
"description": "Setting this to `false` will prevent the HipChat adapter from auto-joining rooms when invited.",
"required": false
},
"HUBOT_HIPCHAT_HOST": {
"description": "Use this to connect to a HipChat host other than `hipchat.com`.",
"required": false
},
"HUBOT_HIPCHAT_XMPP_DOMAIN": {
"description": "Set to `btf.hipchat.com` if using a self-hosted HipChat Server.",
"required": false
},
"HUBOT_HIPCHAT_RECONNECT": {
"description": "Set to `false` to prevent the HipChat adapter from auto-reconnecting if it detects a server error or disconnection.",
"required": false
},
"HUBOT_HIPCHAT_JOIN_PUBLIC_ROOMS": {
"value": "",
"description": "Set to `false` to prevent the bot from joining guest-accessible rooms.",
"required": false
},
"HUBOT_LOG_LEVEL": {
"description": "Set to `debug` to enable detailed debug logging.",
"required": false
},
"HUBOT_HEROKU_KEEPALIVE_URL": {
"value": "https://YOUR_BOT_APP.herokuapp.com",
"description": "Set to use the subdomain of this bot to keep it awake",
"required": true
},
"BUILDPACK_URL": {
"value": "https://github.com/heroku/heroku-buildpack-nodejs",
"description": "Only change this if you are sure you need to.",
"required": true
}
}
}