summarylogtreecommitdiffstats
path: root/virtlyst.ini
diff options
context:
space:
mode:
Diffstat (limited to 'virtlyst.ini')
-rw-r--r--virtlyst.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/virtlyst.ini b/virtlyst.ini
new file mode 100644
index 000000000000..89ba3f36d230
--- /dev/null
+++ b/virtlyst.ini
@@ -0,0 +1,12 @@
+[wsgi]
+master = true
+threads = 4
+http-socket = :3000
+application = /usr/lib/uwsgi/libVirtlyst.so
+chdir = /
+static-map = /static=/usr/share/virtlyst/static
+
+[Cutelyst]
+production = true
+DatabasePath = /var/lib/virtlyst/virtlyst.sqlite
+TemplatePath = /usr/share/virtlyst/templates