{
  "tcp": {
    "listen": ":12345"
  },
  "http": {
    "listen": ":8045",
    "tls": false,
    "tls_key": "",
    "tls_cert": "",
    "listeners": {
      "generic": true,
      "grafana": "#channel",
      "github": {
	"secret": "my_secret",
	"default_channel": "#irccat-dev",
	"repositories": {
	    "irccat": "#irccat-dev"
	}
       }
    }
  },
  "irc": {
    "server": "irc.example.com:6697",
    "tls": true,
    "tls_skip_verify": false,
    "nick": "irccat",
    "realname": "IRCCat",
    "identify_pass": "",
    "channels": ["#channel"],
    "keys": {"#channel": "join_key"}
  },
  "commands": {
    "auth_channel": "#channel",
    "handler": "./examples/command_handler.py",
    "max_response_lines": 15
  }
}
