Forgot to add afk-timeout to config defaults

This commit is contained in:
calzoneman 2013-08-01 09:42:51 -04:00
parent a1b39833ed
commit b93f5584b6

View file

@ -35,7 +35,8 @@ var defaults = {
}
},
"mail-from" : "some.user@gmail.com",
"domain" : "http://localhost"
"domain" : "http://localhost",
"afk-timeout" : 180
}
function save(cfg, file) {