Skip to content

Instantly share code, notes, and snippets.

@kyleterry
Created April 6, 2015 03:33
Show Gist options
  • Save kyleterry/d24de1ea20dbbd21e704 to your computer and use it in GitHub Desktop.
Save kyleterry/d24de1ea20dbbd21e704 to your computer and use it in GitHub Desktop.
{
"debug": true,
"redis": {
"host": "192.168.33.66",
"port": 6379,
"db": 0,
"password": "",
"tenyksChannel": "tenyks.robot.broadcast",
"serviceChannel": "tenyks.service.broadcast"
},
"connections": [
{
"name": "vagrant",
"host": "192.168.33.66",
"port": 6667,
"retries": 5,
"floodProtection": true,
"password": "",
"nicks": ["tenyks"],
"ident": "tenyks",
"realname": "Tenyks Botson",
"commands": [],
"admins": ["kyle"],
"channels": ["#tenyks"],
"ssl": false
}
],
"Control" {
"Enabled": true,
"Bind": ":12666"
},
"logLocation": "stdout"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment