add default values for missing capabilities and user.ui setting to config.jsonc from config.pandora.jsonc, fixes #1604

This commit is contained in:
j 2013-07-06 10:54:58 +00:00
commit 662c7ec12a
4 changed files with 45 additions and 14 deletions

View file

@ -181,6 +181,7 @@ XSENDFILE = False
XACCELREDIRECT = False
SITE_CONFIG = join(PROJECT_ROOT, 'config.jsonc')
DEFAULT_CONFIG = join(PROJECT_ROOT, 'config.pandora.jsonc')
#used if CONFIG['video']['download'] is set
TRACKER_URL="udp://tracker.openbittorrent.com:80"