We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bec78 commit 719b224Copy full SHA for 719b224
tutorials/a-simple-walkthrough/astre.py
@@ -43,6 +43,7 @@ def run():
43
cherrypy.config.update({
44
"environment": "production",
45
"log.screen": True,
46
+ "server.socket_host": "0.0.0.0",
47
"server.socket_port": 8444,
48
"server.ssl_module": "builtin",
49
"server.ssl_private_key": os.path.join(cur_dir, "key.pem"),
tutorials/a-simple-walkthrough/sunset.py
@@ -30,6 +30,7 @@ def run():
30
31
32
33
34
"server.socket_port": 8443,
35
36
"server.ssl_private_key": key_path,
0 commit comments