🚀 first commit

This commit is contained in:
2025-03-06 12:51:11 +01:00
commit a47e9d157e
387 changed files with 93188 additions and 0 deletions

8
gunicorn-cfg.py Normal file
View File

@@ -0,0 +1,8 @@
# -*- encoding: utf-8 -*-
bind = '0.0.0.0:8000'
workers = 1
accesslog = '-'
loglevel = 'debug'
capture_output = True
enable_stdio_inheritance = True