CherryPy config files
[invirt/packages/invirt-web.git] / code / dev.conf
diff --git a/code/dev.conf b/code/dev.conf
new file mode 100644 (file)
index 0000000..76d8c39
--- /dev/null
@@ -0,0 +1,7 @@
+# For the testing site.
+
+[global]
+server.socket_port = 8080
+log.access_file = "/tmp/invirt-web-access_log.dev"
+log.error_file = "/tmp/invirt-web-error_log.dev"
+tools.mako.module_directory = "/tmp/invirt-web-templatecache.dev"