{
  "tcp_listen": ":12345",
  "http": {
    "listen": ":8045",
    "tls": false,
    "tls_key": "",
    "tls_cert": "",
    "listeners": {
      "grafana": "#channel"
    }
  },
  "irc": {
    "server": "irc.example.com:6697",
    "tls": true,
    "tls_skip_verify": false,
    "nick": "irccat",
    "realname": "IRCCat",
    "identify_pass": "",
    "channels": ["#channel"]
  },
  "commands": {
    "auth_channel": "#channel",
    "handler": "./examples/command_runner.py",
    "max_response_lines": 15
  }
}
