add default values for missing capabilities and user.ui setting to config.jsonc from config.pandora.jsonc, fixes #1604
This commit is contained in:
parent
3c539ffc28
commit
662c7ec12a
4 changed files with 45 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue