Shuo/config.js

13 lines
219 B
JavaScript
Raw Normal View History

2014-06-26 23:05:47 +00:00
module.exports = {
2014-06-29 01:07:38 +00:00
port: 9000,
2014-07-18 14:40:08 +00:00
theme: "themes/example.css",
2014-07-17 13:38:41 +00:00
public: true,
2014-07-18 14:40:08 +00:00
defaults: {
host: "irc.freenode.net",
port: 6667,
nick: "shout-user",
realname: "Shout User",
join: "#shout-irc"
}
2014-06-26 23:05:47 +00:00
};