Sha256: dd31f33766b116fb12e0316961aaee1cdcc8c2166a2c20fcba0f0476393fa601

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

# IRC connection 
irc:
  host: 'irc.tty2.org'
  port: '6667'
  nick: irc_cat
  channel: '#irc_cat'

# HTTP Server

http:
  enabled: true
  host: 0.0.0.0
  port: '3489'
  # Enable post-receive stuff from Github
  github: true
  # Allow send with http
  send: true

# TCP Server

tcp:
  enabled: true
  host: 0.0.0.0
  port: '5678'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
irc_cat-0.2.0 config.yml