summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/MyProject.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/MyProject/MyProject.ini')
-rw-r--r--docs/narr/MyProject/MyProject.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/narr/MyProject/MyProject.ini b/docs/narr/MyProject/MyProject.ini
new file mode 100644
index 000000000..f76323d50
--- /dev/null
+++ b/docs/narr/MyProject/MyProject.ini
@@ -0,0 +1,12 @@
+[DEFAULT]
+debug = true
+
+[app:main]
+use = egg:MyProject#app
+reload_templates = true
+
+[server:main]
+use = egg:PasteScript#cherrypy
+host = 0.0.0.0
+port = 6543
+numthreads = 4