Shuo/config.js

16 lines
247 B
JavaScript
Raw Normal View History

2014-04-05 22:01:19 +00:00
module.exports = {
2014-04-26 17:44:16 +00:00
port: 9000,
2014-04-24 20:34:40 +00:00
theme: "/themes/default.css",
2014-04-05 22:01:19 +00:00
defaults: {
2014-04-23 22:03:35 +00:00
nick: "shout_user",
realname: "http://github.com/erming/shout",
2014-04-05 22:01:19 +00:00
},
networks: [{
2014-04-05 22:01:19 +00:00
host: "irc.freenode.org",
port: 6667,
channels: [
2014-04-23 22:03:35 +00:00
"#shout-irc",
],
2014-04-05 22:01:19 +00:00
}]
};