{ "nickname": "testbot", "aliases": { "t": "test-deployable" }, "disabledCommands": ["changelog"], "github": { "organisation": "testorg", "token": "testtoken", "gravatar": true, "repo_filters": [ "test-repo", "another-one" ] }, "hipchat": { "channel": "testchan", "token": "testtoken", "frequency": 6000 }, "deploy": { "exec": "cat", "args": ["Capfile", "app/config/deploy.rb"], "branchArg": "--{{branch}}", "extraArg": "--{{extra}}", "env": ["Capfile", "app/config/deploy.rb"], "postProcessFile": "function(path, content, callback) { callback(null, \"- PROCESSED: \" + content); }", "gistId": "test-gist" }, "changelog": { "gistId": "test-gist-cl" }, "jira": { "host": "thieriotandco.atlassian.net", "user": "aurelien", "password": "neilerua", "story_points_field": "sp" } }