Commit efa82e9f authored by Vladislav Rykov's avatar Vladislav Rykov
Browse files

uwsgi and installation added

parent 28445f36
...@@ -8,4 +8,5 @@ MarkupSafe==1.1.1 ...@@ -8,4 +8,5 @@ MarkupSafe==1.1.1
psycopg2==2.8.5 psycopg2==2.8.5
pycparser==2.20 pycparser==2.20
six==1.14.0 six==1.14.0
uWSGI==2.0.18
Werkzeug==1.0.1 Werkzeug==1.0.1
[uwsgi]
http = :8080
wsgi-file = run.py
callable = app
master = true
processes = 2
threads = 4
{
"name" : "gateway",
"user" : "pi",
"password" : "dev",
"host" : "localhost",
"port" : 5432
}
File added
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment