Merge pull request #312 from lbryio/local-ui-conf

local_ui_path needs to be a str
This commit is contained in:
Jack Robison 2016-12-06 12:23:45 -05:00 committed by GitHub
commit 4c4bccfe73

View file

@ -144,7 +144,7 @@ ENVIRONMENT = Env(
search_timeout=(float, 5.0),
host_ui=(bool, True),
check_ui_requirements=(bool, True),
local_ui_path=(bool, False),
local_ui_path=(str, ''),
api_port=(int, 5279),
search_servers=(list, ['lighthouse1.lbry.io:50005']),
data_rate=(float, .0001), # points/megabyte