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 = {
port: 9000,
password: "",
log: true,
log: false,
theme: "",
defaults: {
nick: "shout-user",