Initial Commit

This commit is contained in:
2024-12-25 15:05:39 -08:00
commit aa6581a805
8 changed files with 1219 additions and 0 deletions

8
uwsgi.ini Normal file
View File

@ -0,0 +1,8 @@
[uwsgi]
module = app:app
master = true
processes = 4
socket = 0.0.0.0:5000
chmod-socket = 660
vacuum = true
die-on-term = true