mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Made useful test configuration settings.
This commit is contained in:
parent
5983da2bea
commit
4643ced19f
@ -364,10 +364,10 @@ if __name__ == "__main__":
|
|||||||
# Dummy Settings:
|
# Dummy Settings:
|
||||||
#
|
#
|
||||||
# https_port = 8090
|
# https_port = 8090
|
||||||
# cert = "/etc/ssl-certificates/santiago.crt"
|
# cert = "/tmp/santiagoTest/santiagoTest1.crt"
|
||||||
# listeners = { "https": { "socket_port": https_port,
|
# listeners = { "https": { "socket_port": https_port,
|
||||||
# "ssl_certificate": cert,
|
# "ssl_certificate": cert,
|
||||||
# "ssl_private_key": cert } }
|
# "ssl_private_key": cert }, }
|
||||||
# senders = { "https": { "host": tor_proxy,
|
# senders = { "https": { "host": tor_proxy,
|
||||||
# "port": tor_proxy_port} }
|
# "port": tor_proxy_port} }
|
||||||
# hosting = { "a": { "santiago": set( ["https://localhost:8090"] )},
|
# hosting = { "a": { "santiago": set( ["https://localhost:8090"] )},
|
||||||
@ -381,7 +381,7 @@ if __name__ == "__main__":
|
|||||||
# TODO: integrate multiple servers:
|
# TODO: integrate multiple servers:
|
||||||
# http://docs.cherrypy.org/dev/refman/process/servers.html
|
# http://docs.cherrypy.org/dev/refman/process/servers.html
|
||||||
|
|
||||||
cherrypy.Application(
|
# cherrypy.Application(
|
||||||
# cherrypy.quickstart(
|
cherrypy.quickstart(
|
||||||
santiago_b, '/')
|
santiago_b, '/')
|
||||||
cherrypy.engine.start()
|
# cherrypy.engine.start()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user