PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/irclogger.config.php

http://github.com/splitbrain/irclogger
PHP | 21 lines | 12 code | 3 blank | 6 comment | 0 complexity | 316f055d17e60cab1bbf69bbbabc3c81 MD5 | raw file
  1. # configuration file for irc logger
  2. #
  3. #
  4. # DB access used by frontend and logger
  5. db_host = localhost
  6. db_user = irclogger
  7. db_pass = irclogger
  8. db_name = irclog
  9. # where is the frontend installed to?
  10. baseurl = http://www.example.com/irclogger/
  11. # IRC data used by logger only
  12. irc_host = irc.freenode.net
  13. irc_port = 6666
  14. irc_chan = #ircloggertest
  15. irc_nick = ircloggertest
  16. irc_pass = examplepass
  17. irc_name = I log everything said on this channel
  18. hello = I'm now logging this channel