Forgot to add afk-timeout to config defaults
This commit is contained in:
parent
a1b39833ed
commit
b93f5584b6
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ var defaults = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mail-from" : "some.user@gmail.com",
|
"mail-from" : "some.user@gmail.com",
|
||||||
"domain" : "http://localhost"
|
"domain" : "http://localhost",
|
||||||
|
"afk-timeout" : 180
|
||||||
}
|
}
|
||||||
|
|
||||||
function save(cfg, file) {
|
function save(cfg, file) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue