summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/py3/cherrypy/scaffold/site.conf
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/CherryPy-3.2.0/py3/cherrypy/scaffold/site.conf')
-rw-r--r--vendor/CherryPy-3.2.0/py3/cherrypy/scaffold/site.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/CherryPy-3.2.0/py3/cherrypy/scaffold/site.conf b/vendor/CherryPy-3.2.0/py3/cherrypy/scaffold/site.conf
deleted file mode 100644
index 6ed3898..0000000
--- a/vendor/CherryPy-3.2.0/py3/cherrypy/scaffold/site.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-[global]
-# Uncomment this when you're done developing
-#environment: "production"
-
-server.socket_host: "0.0.0.0"
-server.socket_port: 8088
-
-# Uncomment the following lines to run on HTTPS at the same time
-#server.2.socket_host: "0.0.0.0"
-#server.2.socket_port: 8433
-#server.2.ssl_certificate: '../test/test.pem'
-#server.2.ssl_private_key: '../test/test.pem'
-
-tree.myapp: cherrypy.Application(scaffold.root, "/", "example.conf")