feat(uti): Dash demo
[csit.git] / resources / tools / dash / app / app.ini
diff --git a/resources/tools/dash/app/app.ini b/resources/tools/dash/app/app.ini
new file mode 100644 (file)
index 0000000..bbf2943
--- /dev/null
@@ -0,0 +1,17 @@
+[uwsgi]
+ini = :pal
+
+[pal]
+module = wsgi:app
+
+processes = 2
+threads = 2
+plugin = python3
+
+master = true
+http-socket = :5000
+socket = /tmp/app.sock
+chmod-socket = 666
+vacuum = true
+
+die-on-term = true
\ No newline at end of file