gunicorn?

This commit is contained in:
Sophie Schiller 2024-05-19 15:11:57 +02:00
parent ff31008e24
commit 37d9e3780f
5 changed files with 37 additions and 24 deletions

6
README
View file

@ -3,3 +3,9 @@ HTTP Triggered Sample Player
Absolutely no access control.
Horribly insecure.
Only use in internal networks.
can be started via:
```
gunicorn --config gunicorn_config.py app:app
```