Guest User

Settings.py

a guest
Sep 14th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. 'enable_plexgdm' :('True', 'False'), \
  2. 'ip_pms' :('192.168.188.55',), \
  3. 'port_pms' :('32400',), \
  4. \
  5. 'enable_dnsserver':('True', 'False'), \
  6. 'port_dnsserver' :('53',), \
  7. 'ip_dnsmaster' :('8.8.8.8',), \
  8. 'prevent_atv_update' :('True', 'False'), \
  9. \
  10. 'enable_plexconnect_autodetect':('True', 'False'), \
  11. 'ip_plexconnect' :('0.0.0.0',), \
  12. \
  13. 'ip_webserver' :('0.0.0.0',), \
  14. 'port_webserver' :('80',), \
  15. 'port_ssl' :('443',), \
  16. 'certfile' :('./assets/certificates/trailers.pem',), \
  17. \
  18. 'loglevel' :('Normal', 'High'), \
  19. 'logpath' :('.',), \
  20. }
Advertisement
Add Comment
Please, Sign In to add comment