sampleplayer/README

12 lines
185 B
Text
Raw Normal View History

2024-05-19 10:15:08 +00:00
HTTP Triggered Sample Player
Absolutely no access control.
Horribly insecure.
Only use in internal networks.
2024-05-19 13:11:57 +00:00
can be started via:
```
gunicorn --config gunicorn_config.py app:app
```