Guest User

Untitled

a guest
May 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # IRC connection
  2. irc:
  3. host: 'irc.freenode.org'
  4. port: '6667'
  5. nick: spec_neko
  6. nick_pass: i_m_n_ur_specz
  7. channel: '#rubyspec'
  8. channel_pass:
  9.  
  10. # HTTP Server
  11.  
  12. http:
  13. enabled: true
  14. host: 0.0.0.0
  15. port: '3889'
  16. # Enable post-receive stuff from Github
  17. github: true
  18. # Allow send with http
  19. send: true
  20.  
  21. # TCP Server
  22.  
  23. tcp:
  24. enabled: true
  25. host: 0.0.0.0
  26. port: '5598'
  27. size: 400
Add Comment
Please, Sign In to add comment