X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fapp.ini;fp=resources%2Ftools%2Fdash%2Fapp%2Fapp.ini;h=bbf2943193eb088983668f0653dd29c86c1a2e35;hb=a5e8351152d9513811e2d6d9eaaf2180e35e002d;hp=0000000000000000000000000000000000000000;hpb=fd5600f3441d99f4cc9643e3a0da99c850b80a5c;p=csit.git diff --git a/resources/tools/dash/app/app.ini b/resources/tools/dash/app/app.ini new file mode 100644 index 0000000000..bbf2943193 --- /dev/null +++ b/resources/tools/dash/app/app.ini @@ -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