mirror of https://github.com/calzoneman/sync.git
Add missing default keys to config.js
This commit is contained in:
parent
d6650f19ae
commit
ee4fafcc6a
|
@ -66,6 +66,12 @@ var defaults = {
|
|||
"purge-interval": 3600000,
|
||||
"max-age": 2592000000
|
||||
},
|
||||
"vimeo-workaround": false,
|
||||
"vimeo-oauth": {
|
||||
enabled: false,
|
||||
"consumer-key": "",
|
||||
secret: ""
|
||||
},
|
||||
"html-template": {
|
||||
title: "CyTube Beta", description: "Free, open source synchtube"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue