summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/py3/cherrypy/tutorial/tutorial.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/CherryPy-3.2.0/py3/cherrypy/tutorial/tutorial.conf')
-rw-r--r--vendor/CherryPy-3.2.0/py3/cherrypy/tutorial/tutorial.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/CherryPy-3.2.0/py3/cherrypy/tutorial/tutorial.conf b/vendor/CherryPy-3.2.0/py3/cherrypy/tutorial/tutorial.conf
new file mode 100644
index 0000000..6537fd3
--- /dev/null
+++ b/vendor/CherryPy-3.2.0/py3/cherrypy/tutorial/tutorial.conf
@@ -0,0 +1,4 @@
+[global]
+server.socket_host = "127.0.0.1"
+server.socket_port = 8080
+server.thread_pool = 10