11 lines
185 B
Text
11 lines
185 B
Text
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
|
|
```
|