Add CherryPy Environment Option

This commit is contained in:
Eric Solari 2016-03-15 22:24:08 -05:00
parent c72314fb71
commit 6e5cd82dfb
3 changed files with 3 additions and 0 deletions

View file

@ -181,6 +181,7 @@ def main():
'http_port': http_port,
'http_host': plexpy.CONFIG.HTTP_HOST,
'http_root': plexpy.CONFIG.HTTP_ROOT,
'http_environment': plexpy.CONFIG.HTTP_ENVIRONMENT,
'http_proxy': plexpy.CONFIG.HTTP_PROXY,
'enable_https': plexpy.CONFIG.ENABLE_HTTPS,
'https_cert': plexpy.CONFIG.HTTPS_CERT,