Code Review
/
csit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
feat(uti): Add offcanvas to stats
[csit.git]
/
resources
/
tools
/
dash
/
app
/
app.ini
1
[uwsgi]
2
ini = :pal
3
py-autoreload = 0
4
5
[pal]
6
module = wsgi:app
7
8
processes = 2
9
threads = 4
10
plugin = python3
11
12
master = true
13
http-socket = :5000
14
socket = /tmp/app.sock
15
chmod-socket = 666
16