mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Merge pull request #612 from codedecay/dev
Add CherryPy Environment Option
This commit is contained in:
commit
cc919415bb
3 changed files with 3 additions and 0 deletions
|
@ -186,6 +186,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue