mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 08:17:16 +00:00
Turn off logging by default
This commit is contained in:
parent
e94c22c793
commit
227e7837ed
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
port: 9000,
|
||||
password: "",
|
||||
log: true,
|
||||
log: false,
|
||||
theme: "",
|
||||
defaults: {
|
||||
nick: "shout-user",
|
||||
|
|
Loading…
Reference in a new issue