[+] Parameters description

This commit is contained in:
charleslemaux 2024-09-10 19:11:54 +02:00 committed by GitHub
parent 4daf2ed654
commit 65e36ba9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,9 @@ pip install -r requirements.txt
#### Launch !
```bash
gunicorn -w 4 -b 0.0.0.0:3000 app:app
//You may also mention parameters like this.
gunicorn -w 4 -b 0.0.0.0:3000 app:app --interval 20
```
## Documentation