mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
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",
|
||||
"domain" : "http://localhost"
|
||||
"domain" : "http://localhost",
|
||||
"afk-timeout" : 180
|
||||
}
|
||||
|
||||
function save(cfg, file) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue