Jul 22 - Initial code

This commit is contained in:
2026-07-22 14:50:16 -04:00
commit ade7c5b33c
21 changed files with 1588 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
bind = "127.0.0.1:8000"
workers = 3
worker_class = "sync"
timeout = 30
accesslog = "-"
errorlog = "-"
# app.py exposes `app`
wsgi_app = "app:app"