Turn off logging by default

This commit is contained in:
Mattias Erming 2014-06-19 14:00:24 +02:00
parent e94c22c793
commit 227e7837ed

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
port: 9000, port: 9000,
password: "", password: "",
log: true, log: false,
theme: "", theme: "",
defaults: { defaults: {
nick: "shout-user", nick: "shout-user",